]> git.lizzy.rs Git - rust.git/commitdiff
Fixed a type
authorFridtjof Stoldt <xFrednet@gmail.com>
Wed, 19 May 2021 15:23:33 +0000 (17:23 +0200)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 15:23:33 +0000 (17:23 +0200)
Co-authored-by: Philipp Krones <hello@philkrones.com>
clippy_lints/src/utils/internal_lints/metadata_collector.rs

index 19f20376c6f168c1cddf61fe64bb359cb3e448e9..d68790220576f40292d6ed791c67ae75fac3a43e 100644 (file)
@@ -49,7 +49,7 @@
 const DEFAULT_LINT_LEVELS: [(&str, &str); 8] = [
     ("correctness", "deny"),
     ("restriction", "allow"),
-    ("style", "warm"),
+    ("style", "warn"),
     ("pedantic", "allow"),
     ("complexity", "warn"),
     ("perf", "warn"),