1
Fork 0

Remove slice diagnostic item

This commit is contained in:
Cameron Steffen 2021-04-13 15:41:13 -05:00
parent 132b4e5d16
commit b319031808

View file

@ -222,7 +222,6 @@ mod hack {
}
#[lang = "slice_alloc"]
#[cfg_attr(not(test), rustc_diagnostic_item = "slice")]
#[cfg(not(test))]
impl<T> [T] {
/// Sorts the slice.