Move needless_collect to nursery

This commit is contained in:
JT 2022-10-25 06:03:51 +13:00
parent 5b09d4e1f7
commit 0e360d0b21

View file

@ -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"
}