1
Fork 0

Downgrade implicit_hasher to pedantic

This commit is contained in:
David Tolnay 2020-04-02 19:09:30 -07:00
parent f8308c811f
commit 5f92faec6d
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
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",