change default value
This commit is contained in:
parent
c9bf4b75ce
commit
1fc98c51df
@ -413,7 +413,7 @@ define_Conf! {
|
|||||||
/// suggested counterparts are unavailable in constant code. This
|
/// suggested counterparts are unavailable in constant code. This
|
||||||
/// configuration will cause restriction lints to trigger even
|
/// configuration will cause restriction lints to trigger even
|
||||||
/// if no suggestion can be made.
|
/// 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.
|
/// Search for the configuration file.
|
||||||
|
@ -1 +1 @@
|
|||||||
suppress-restriction-lint-in-const = false
|
suppress-restriction-lint-in-const = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user