chore: Align config property

This commit is contained in:
Alexis (Poliorcetics) Bourget
2022-09-25 01:23:20 +02:00
parent 57cc2a6e27
commit c6c932d3f3

View File

@@ -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",