Move needless_collect to nursery
This commit is contained in:
parent
5b09d4e1f7
commit
0e360d0b21
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ declare_clippy_lint! {
|
|||
/// ```
|
||||
#[clippy::version = "1.30.0"]
|
||||
pub NEEDLESS_COLLECT,
|
||||
perf,
|
||||
nursery,
|
||||
"collecting an iterator when collect is not needed"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue