change default value
This commit is contained in:
parent
c9bf4b75ce
commit
1fc98c51df
@ -413,7 +413,7 @@ pub(crate) fn get_configuration_metadata() -> Vec<ClippyConfiguration> {
|
||||
/// suggested counterparts are unavailable in constant code. This
|
||||
/// configuration will cause restriction lints to trigger even
|
||||
/// if no suggestion can be made.
|
||||
(suppress_restriction_lint_in_const: bool = true),
|
||||
(suppress_restriction_lint_in_const: bool = false),
|
||||
}
|
||||
|
||||
/// Search for the configuration file.
|
||||
|
@ -1 +1 @@
|
||||
suppress-restriction-lint-in-const = false
|
||||
suppress-restriction-lint-in-const = false
|
||||
|
Loading…
Reference in New Issue
Block a user