Remove slice diagnostic item
This commit is contained in:
parent
132b4e5d16
commit
b319031808
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ mod hack {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[lang = "slice_alloc"]
|
#[lang = "slice_alloc"]
|
||||||
#[cfg_attr(not(test), rustc_diagnostic_item = "slice")]
|
|
||||||
#[cfg(not(test))]
|
#[cfg(not(test))]
|
||||||
impl<T> [T] {
|
impl<T> [T] {
|
||||||
/// Sorts the slice.
|
/// Sorts the slice.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue