Skip to content

Commit

Permalink
Fixed a type
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Krones <[email protected]>
  • Loading branch information
xFrednet and flip1995 authored May 19, 2021
1 parent 8036d7f commit 9dc366b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 9dc366b

Please sign in to comment.