bimap-rs icon indicating copy to clipboard operation
bimap-rs copied to clipboard

Relax trait bounds where possible

Open Shir0kamii opened this issue 2 years ago • 0 comments

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.

Shir0kamii avatar Oct 14 '23 13:10 Shir0kamii