diff options
| author | Stjepan Glavina <stjepang@gmail.com> | 2017-07-02 19:14:16 +0200 |
|---|---|---|
| committer | Stjepan Glavina <stjepang@gmail.com> | 2017-07-02 19:14:16 +0200 |
| commit | 21149bcd530e3dcd817a9cc2053f3a6b82b7a379 (patch) | |
| tree | db84bfdd8145b9f7371fb5c4d8ce17260dc240c4 /src/liballoc | |
| parent | bfbe4039f8e3708b1e4ca043c7ac06971e7d40a5 (diff) | |
| download | rust-21149bcd530e3dcd817a9cc2053f3a6b82b7a379.tar.gz rust-21149bcd530e3dcd817a9cc2053f3a6b82b7a379.zip | |
Fix lint errors
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 6f4e300fd3c..8bdf93fd2ed 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -83,7 +83,6 @@ #![cfg_attr(not(test), feature(core_float))] #![cfg_attr(not(test), feature(exact_size_is_empty))] #![cfg_attr(not(test), feature(slice_rotate))] -#![cfg_attr(not(test), feature(sort_unstable))] #![cfg_attr(not(test), feature(str_checked_slicing))] #![cfg_attr(test, feature(rand, test))] #![feature(allocator)] |
