Skip to content

Commit 9dc366b

Browse files
xFrednetflip1995
andauthored
Fixed a type
Co-authored-by: Philipp Krones <[email protected]>
1 parent 8036d7f commit 9dc366b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/internal_lints/metadata_collector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const DEPRECATED_LINT_LEVEL: &str = "none";
4949
const DEFAULT_LINT_LEVELS: [(&str, &str); 8] = [
5050
("correctness", "deny"),
5151
("restriction", "allow"),
52-
("style", "warm"),
52+
("style", "warn"),
5353
("pedantic", "allow"),
5454
("complexity", "warn"),
5555
("perf", "warn"),

0 commit comments

Comments
 (0)