Pluralize lint name
This commit is contained in:
parent
1f577c0300
commit
c7445d7f2c
36 changed files with 49 additions and 49 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue