diff options
| -rw-r--r-- | src/libcore/slice.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libcore/slice.rs b/src/libcore/slice.rs index 7d052c218fe..3e0b8425573 100644 --- a/src/libcore/slice.rs +++ b/src/libcore/slice.rs @@ -2298,13 +2298,6 @@ impl<A> SlicePartialOrd<A> for [A] } } -impl SlicePartialOrd<u8> for [u8] { - #[inline] - fn partial_compare(&self, other: &[u8]) -> Option<Ordering> { - Some(SliceOrd::compare(self, other)) - } -} - #[doc(hidden)] // intermediate trait for specialization of slice's Ord trait SliceOrd<B> { |
