Downgrade implicit_hasher to pedantic
This commit is contained in:
parent
f8308c811f
commit
5f92faec6d
9 changed files with 31 additions and 23 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue