Tehforsch / diman

Define rust compile time unit systems using const generics
52 stars 2 forks source link

Clippy falsely reports `unconditional_recursion` for `partial_eq` impl #64

Closed Tehforsch closed 6 months ago

Tehforsch commented 8 months ago

Tracked this down to be a clippy bug: https://github.com/rust-lang/rust-clippy/issues/12133

This was filed 5 hours ago, so I expect this to be fixed fairly soon