mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
6c83a47592
lint now correctly detects multiple impl blocks for generic types with identical bounds. Fixes: https://github.com/rust-lang/rust-clippy/issues/16283 changelog: [`multiple_inherent_impl`]: fix false negatives for generic impl blocks