chore: Align config property
This commit is contained in:
@@ -120,7 +120,7 @@ config_data! {
|
|||||||
/// Compilation target override (target triple).
|
/// Compilation target override (target triple).
|
||||||
cargo_target: Option<String> = "null",
|
cargo_target: Option<String> = "null",
|
||||||
/// Unsets `#[cfg(test)]` for the specified crates.
|
/// Unsets `#[cfg(test)]` for the specified crates.
|
||||||
cargo_unsetTest: Vec<String> = "[\"core\"]",
|
cargo_unsetTest: Vec<String> = "[\"core\"]",
|
||||||
|
|
||||||
/// Check all targets and tests (`--all-targets`).
|
/// Check all targets and tests (`--all-targets`).
|
||||||
checkOnSave_allTargets: bool = "true",
|
checkOnSave_allTargets: bool = "true",
|
||||||
|
|||||||
Reference in New Issue
Block a user