spacejam / sled

the champagne of beta embedded databases
Apache License 2.0
7.89k stars 377 forks source link

chore: removed redundant trait implementations #1486

Open Wicpar opened 7 months ago

Wicpar commented 7 months ago

impl for T allows also use for &T and &&T when doing T.trait_fn, else it can just be dereferenced, it's better than potentially hazardous code duplication