billyrieger / bimap-rs

Generic bijective maps in Rust
Apache License 2.0
129 stars 26 forks source link

Remove unnecessary trait bounds #22

Closed atomicky closed 4 years ago

atomicky commented 4 years ago

This helps users to implement (deriving) Debug for generic structs which contains BiMap<L, R> (see #21 ).