marcusbuffett / pipe-rename

Rename your files using your favorite text editor
https://crates.io/crates/pipe-rename
MIT License
397 stars 12 forks source link

Remove unnecessary type annotations #5

Closed robinkrahl closed 4 years ago

robinkrahl commented 4 years ago

This patch removes two unnecessary type annotations. Note that collect() already knows what type it is collecting – it just does not know into which container type to collect.

marcusbuffett commented 4 years ago

There were conflicts so I rebased this onto master, closing the PR but the changes are in. Thank you!