File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ config_data! {
166
166
/// set to a path relative to the workspace to use that path.
167
167
cargo_targetDir | rust_analyzerTargetDir: Option <TargetDirectory > = None ,
168
168
/// Unsets the implicit `#[cfg(test)]` for the specified crates.
169
- cargo_unsetTest: Vec <String > = @verbatim : r#" ["core"]"# ,
169
+ cargo_unsetTest: Vec <String > = vec! [ "core" . to_owned ( ) ] ,
170
170
171
171
/// Run the check command for diagnostics on save.
172
172
checkOnSave | checkOnSave_enable: bool = true ,
@@ -2037,7 +2037,7 @@ mod single_or_array {
2037
2037
2038
2038
#[ derive( Serialize , Deserialize , Debug , Clone ) ]
2039
2039
#[ serde( untagged) ]
2040
- enum ManifestOrProjectJson {
2040
+ pub ( crate ) enum ManifestOrProjectJson {
2041
2041
Manifest ( Utf8PathBuf ) ,
2042
2042
ProjectJson ( ProjectJsonData ) ,
2043
2043
}
You can’t perform that action at this time.
0 commit comments