We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392784a commit f480fdbCopy full SHA for f480fdb
crates/rust-analyzer/src/config.rs
@@ -120,7 +120,7 @@ config_data! {
120
/// Compilation target override (target triple).
121
cargo_target: Option<String> = "null",
122
/// Unsets `#[cfg(test)]` for the specified crates.
123
- cargo_unsetTest: Vec<String> = "[\"core\"]",
+ cargo_unsetTest: Vec<String> = "[\"core\"]",
124
125
/// Check all targets and tests (`--all-targets`).
126
checkOnSave_allTargets: bool = "true",
0 commit comments