needless_collect
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.
missing_assert_message
a3ed905928
97a5daa659
f51aade56f
ac0e10aa68
4bdfb0741d