lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.24k stars 56 forks source link

Optimize Semigroup for HashSet and HashMap #196

Closed kpp closed 2 years ago

kpp commented 2 years ago
kpp commented 2 years ago

@lloydmeta do you want me to fix clippy issue in this PR?

lloydmeta commented 2 years ago

@lloydmeta do you want me to fix clippy issue in this PR?

I see it's just the one warning; sure it would be great if you could touch that up here :)

kpp commented 2 years ago

Done