Remove some unsound specializations This removes the unsound and exploitable specializations in the standard library * The `PartialEq` and `Hash` implementations for `RangeInclusive` are changed to avoid specialization. * The `PartialOrd` specialization for slices now specializes on a limited set of concrete types. * Added some tests for the soundness problems. |
||
|---|---|---|
| .. | ||
| adapters | ||
| traits | ||
| mod.rs | ||
| range.rs | ||
| sources.rs | ||