Fixed a type

Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
Fridtjof Stoldt 2021-05-19 17:23:33 +02:00 committed by GitHub
parent 8036d7f784
commit 9dc366bc4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"),