Pluralize lint name

This commit is contained in:
Hirochika Matsumoto 2020-11-18 01:01:22 +09:00
parent 1f577c0300
commit c7445d7f2c
36 changed files with 49 additions and 49 deletions

View file

@ -2609,11 +2609,11 @@ vec![
module: "unwrap",
},
Lint {
name: "unnecessary_wrap",
name: "unnecessary_wraps",
group: "complexity",
desc: "functions that only return `Ok` or `Some`",
deprecation: None,
module: "unnecessary_wrap",
module: "unnecessary_wraps",
},
Lint {
name: "unneeded_field_pattern",