mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +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