diff options
| author | Alexis (Poliorcetics) Bourget <alexis.bourget@gmail.com> | 2022-09-25 01:23:20 +0200 |
|---|---|---|
| committer | Alexis (Poliorcetics) Bourget <alexis.bourget@gmail.com> | 2022-11-11 14:36:07 +0100 |
| commit | c6c932d3f3b57b6e5e04321398e67326ebd1ce58 (patch) | |
| tree | 67a1a526d4a38a8dc24fe10a387768322f5aa535 | |
| parent | 57cc2a6e27cf2a961623cdde0ee06ca685e34e13 (diff) | |
| download | rust-c6c932d3f3b57b6e5e04321398e67326ebd1ce58.tar.gz rust-c6c932d3f3b57b6e5e04321398e67326ebd1ce58.zip | |
chore: Align config property
| -rw-r--r-- | crates/rust-analyzer/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/config.rs b/crates/rust-analyzer/src/config.rs index d642cd9b928..25e341391a8 100644 --- a/crates/rust-analyzer/src/config.rs +++ b/crates/rust-analyzer/src/config.rs @@ -120,7 +120,7 @@ config_data! { /// Compilation target override (target triple). cargo_target: Option<String> = "null", /// Unsets `#[cfg(test)]` for the specified crates. - cargo_unsetTest: Vec<String> = "[\"core\"]", + cargo_unsetTest: Vec<String> = "[\"core\"]", /// Check all targets and tests (`--all-targets`). checkOnSave_allTargets: bool = "true", |
