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.
Tweak the
MetainfoDecode
error message to make it different from theMetainfoDeserialize
error message. It's a fine distinction, but theMetainfoDeserialize
error message happens on any serde error when deserializing, whereas theMetainfoDecode
error message happens when encountering invalid bencode.Also placate Clippy by disabling
clippy::needless_lifetimes
lint.type: reform