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