multiformats / rust-multihash

multihash implementation in Rust
https://github.com/multiformats/multihash
Other
150 stars 60 forks source link

fix: fix Clippy warnings #367

Closed vmx closed 2 months ago

vmx commented 2 months ago

There are some attributes which aren't used yet. Include them though, as they are parsed anyway.

Also communicate clearer that the attribute types are not part of the public interface, but only used internally.