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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |