diff options
| author | JT <547158+jntrnr@users.noreply.github.com> | 2022-10-25 06:03:51 +1300 |
|---|---|---|
| committer | JT <547158+jntrnr@users.noreply.github.com> | 2022-10-25 06:03:51 +1300 |
| commit | 0e360d0b210b945db8bca2b55d22a2d8eac45c4c (patch) | |
| tree | 9232731429645da65f45dd6918134781ce2ed5a6 | |
| parent | 5b09d4e1f7082aff024faf27263f78e7fc7190a2 (diff) | |
| download | rust-0e360d0b210b945db8bca2b55d22a2d8eac45c4c.tar.gz rust-0e360d0b210b945db8bca2b55d22a2d8eac45c4c.zip | |
Move needless_collect to nursery
| -rw-r--r-- | clippy_lints/src/loops/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/loops/mod.rs b/clippy_lints/src/loops/mod.rs index bcf278d9c83..821fe173023 100644 --- a/clippy_lints/src/loops/mod.rs +++ b/clippy_lints/src/loops/mod.rs @@ -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" } |
