mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
0c9a17689a
There is a Self: PartialOrd bound in Ord::clamp, but it is already
required by the trait itself. Likely a left-over from the const trait
deletion in 76dbe29104.
Reported-by: @noeensarguet