Skip to content

Commit f480fdb

Browse files
committed
chore: Align config property
1 parent 392784a commit f480fdb

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
@@ -120,7 +120,7 @@ config_data! {
120120
/// Compilation target override (target triple).
121121
cargo_target: Option<String> = "null",
122122
/// Unsets `#[cfg(test)]` for the specified crates.
123-
cargo_unsetTest: Vec<String> = "[\"core\"]",
123+
cargo_unsetTest: Vec<String> = "[\"core\"]",
124124

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

0 commit comments

Comments
 (0)