Nemo157 / cargo-lichking

Automated license checking for rust. cargo lichking is a Cargo subcommand that checks licensing information for dependencies.
Other
128 stars 16 forks source link

Sort output of lichking list. #60

Closed meltinglava closed 5 years ago

meltinglava commented 5 years ago

We use itertools as it has sorted, join and sorted_by_key. All of the places that had collect, itertools does the same in the background. And it cleans up nicely.

fixes: #59

bonus pun: We have now purged the unorder in Stratholme

Nemo157 commented 5 years ago

bors r+

Thanks!

bors[bot] commented 5 years ago

Build succeeded