Skip to content

Commit 499c6f6

Browse files
committed
chore: Align config property
1 parent 73ab709 commit 499c6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ config_data! {
9999
/// Compilation target override (target triple).
100100
cargo_target: Option<String> = "null",
101101
/// Unsets `#[cfg(test)]` for the specified crates.
102-
cargo_unsetTest: Vec<String> = "[\"core\"]",
102+
cargo_unsetTest: Vec<String> = "[\"core\"]",
103103

104104
/// Check all targets and tests (`--all-targets`).
105105
checkOnSave_allTargets: bool = "true",

0 commit comments

Comments
 (0)