From: Fridtjof Stoldt Date: Wed, 19 May 2021 15:23:33 +0000 (+0200) Subject: Fixed a type X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=9dc366bc4d8a32197f28cb94b9c0e0a51108c809;p=rust.git Fixed a type Co-authored-by: Philipp Krones --- diff --git a/clippy_lints/src/utils/internal_lints/metadata_collector.rs b/clippy_lints/src/utils/internal_lints/metadata_collector.rs index 19f20376c6f..d6879022057 100644 --- a/clippy_lints/src/utils/internal_lints/metadata_collector.rs +++ b/clippy_lints/src/utils/internal_lints/metadata_collector.rs @@ -49,7 +49,7 @@ const DEFAULT_LINT_LEVELS: [(&str, &str); 8] = [ ("correctness", "deny"), ("restriction", "allow"), - ("style", "warm"), + ("style", "warn"), ("pedantic", "allow"), ("complexity", "warn"), ("perf", "warn"),