Skip to content

Commit cd01a24

Browse files
committed
chore: Align config property
1 parent 61504c8 commit cd01a24

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
@@ -104,7 +104,7 @@ config_data! {
104104
/// Compilation target override (target triple).
105105
cargo_target: Option<String> = "null",
106106
/// Unsets `#[cfg(test)]` for the specified crates.
107-
cargo_unsetTest: Vec<String> = "[\"core\"]",
107+
cargo_unsetTest: Vec<String> = "[\"core\"]",
108108

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

0 commit comments

Comments
 (0)