mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
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…
Reference in a new issue