Skip to content

Commit 0e360d0

Browse files
committed
Move needless_collect to nursery
1 parent 5b09d4e commit 0e360d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/loops/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ declare_clippy_lint! {
223223
/// ```
224224
#[clippy::version = "1.30.0"]
225225
pub NEEDLESS_COLLECT,
226-
perf,
226+
nursery,
227227
"collecting an iterator when collect is not needed"
228228
}
229229

0 commit comments

Comments
 (0)