mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Fixed a type
Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
8036d7f784
commit
9dc366bc4d
@ -49,7 +49,7 @@ const DEPRECATED_LINT_LEVEL: &str = "none";
|
||||
const DEFAULT_LINT_LEVELS: [(&str, &str); 8] = [
|
||||
("correctness", "deny"),
|
||||
("restriction", "allow"),
|
||||
("style", "warm"),
|
||||
("style", "warn"),
|
||||
("pedantic", "allow"),
|
||||
("complexity", "warn"),
|
||||
("perf", "warn"),
|
||||
|
Loading…
Reference in New Issue
Block a user