mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
change default value
This commit is contained in:
parent
c9bf4b75ce
commit
1fc98c51df
2 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ define_Conf! {
|
|||
/// 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…
Add table
Reference in a new issue