Skip to content

Commit 50ac63c

Browse files
committed
Remove slice diagnostic item
1 parent c9be90a commit 50ac63c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alloc/src/slice.rs

-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ mod hack {
222222
}
223223

224224
#[lang = "slice_alloc"]
225-
#[cfg_attr(not(test), rustc_diagnostic_item = "slice")]
226225
#[cfg(not(test))]
227226
impl<T> [T] {
228227
/// Sorts the slice.

0 commit comments

Comments
 (0)