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

Tweak MetainfoDecode error message #488

Closed casey closed 3 years ago

casey commented 3 years ago

Tweak the MetainfoDecode error message to make it different from the MetainfoDeserialize error message. It's a fine distinction, but the MetainfoDeserialize error message happens on any serde error when deserializing, whereas the MetainfoDecode error message happens when encountering invalid bencode.

Also placate Clippy by disabling clippy::needless_lifetimes lint.

type: reform