Fixed a type
Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
8036d7f784
commit
9dc366bc4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue