Downgrade implicit_hasher to pedantic

This commit is contained in:
David Tolnay
2020-04-02 19:09:30 -07:00
parent f8308c811f
commit 5f92faec6d
9 changed files with 31 additions and 23 deletions

View File

@@ -747,7 +747,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
},
Lint {
name: "implicit_hasher",
group: "style",
group: "pedantic",
desc: "missing generalization over different hashers",
deprecation: None,
module: "types",