mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
84f89f30eb
Updates `needless_collect` to lint for collecting into a method or function argument thats taking an `IntoIterator` (for example `extend`). Every `Iterator` trivially implements `IntoIterator` and colleting it only causes an unnecessary allocation.