We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8036d7f commit 9dc366bCopy full SHA for 9dc366b
clippy_lints/src/utils/internal_lints/metadata_collector.rs
@@ -49,7 +49,7 @@ const DEPRECATED_LINT_LEVEL: &str = "none";
49
const DEFAULT_LINT_LEVELS: [(&str, &str); 8] = [
50
("correctness", "deny"),
51
("restriction", "allow"),
52
- ("style", "warm"),
+ ("style", "warn"),
53
("pedantic", "allow"),
54
("complexity", "warn"),
55
("perf", "warn"),
0 commit comments