rust/library/core
Arthur Carcano 0c9a17689a Remove uneeded PartialOrd bound in cmp::Ord::clamp
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
2024-09-17 21:16:12 +02:00
..
benches Improve isqrt tests and add benchmarks 2024-08-28 23:06:54 -04:00
src Remove uneeded PartialOrd bound in cmp::Ord::clamp 2024-09-17 21:16:12 +02:00
tests Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubilee 2024-09-17 06:29:37 +00:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00