Skip to content

Commit 21149bc

Browse files
author
Stjepan Glavina
committed
Fix lint errors
1 parent bfbe403 commit 21149bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/liballoc/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
#![cfg_attr(not(test), feature(core_float))]
8484
#![cfg_attr(not(test), feature(exact_size_is_empty))]
8585
#![cfg_attr(not(test), feature(slice_rotate))]
86-
#![cfg_attr(not(test), feature(sort_unstable))]
8786
#![cfg_attr(not(test), feature(str_checked_slicing))]
8887
#![cfg_attr(test, feature(rand, test))]
8988
#![feature(allocator)]

0 commit comments

Comments
 (0)