bimap-rs
bimap-rs copied to clipboard
Relax trait bounds where possible
Hi,
I had to add trait bounds to a struct containing a BiHashMap to be able to derive the Default trait. This is usually not necessary, and I found it was because the trait bounds were unecessarily strict.
So I relaxed trait bounds where possible.