Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information