mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 02:36:36 +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```