Add lint for replacing .map().collect()
with .try_for_each()
#6227
Merged
bors merged 1 commit intorust-lang:masterfrom HMPerson1:collect_mapOct 29, 2020
+118
.map().collect()
with .try_for_each()
#6227