Closed robinkrahl closed 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.
There were conflicts so I rebased this onto master, closing the PR but the changes are in. Thank you!
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.