mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

pattern_analysis: cleanup manual impls https://github.com/rust-lang/rust/pull/120420 introduced some unneeded manual impls. I remove them here. r? ```@Nilstrieb```