casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
487 stars 25 forks source link

Update clippy restrictions #486

Closed atomgardner closed 4 years ago

atomgardner commented 4 years ago

I'm not sure how you slipped a787d6a through CI. This is definitely needed on my machine.

atomgardner commented 4 years ago

I was using a +nightly clippy.

casey commented 4 years ago

Ahh, sweet.

I actually like this lint in some cases, but sometimes I think the version with no lifetimes or the version with the dummy '_ lifetime is hard to understand.