We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ab709 commit 499c6f6Copy full SHA for 499c6f6
crates/rust-analyzer/src/config.rs
@@ -99,7 +99,7 @@ config_data! {
99
/// Compilation target override (target triple).
100
cargo_target: Option<String> = "null",
101
/// Unsets `#[cfg(test)]` for the specified crates.
102
- cargo_unsetTest: Vec<String> = "[\"core\"]",
+ cargo_unsetTest: Vec<String> = "[\"core\"]",
103
104
/// Check all targets and tests (`--all-targets`).
105
checkOnSave_allTargets: bool = "true",
0 commit comments