mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 01:07:56 +00:00
clean up unneeded `ToPredicate` impls Part of #107250. Removed all totally unused impls. And inlined two impls not need to satisify trait bound. r? `@oli-obk`