diff options
| author | bors <bors@rust-lang.org> | 2017-07-02 23:54:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-07-02 23:54:32 +0000 |
| commit | 1d2db7b9e8082f0459e000985d77fc7ad0dabade (patch) | |
| tree | 1e233d61fd80946db5767e8979c4246197b92597 /src/liballoc/lib.rs | |
| parent | 0679711398bef656699e1ff6b004ecccbdb67284 (diff) | |
| parent | 66f8cddae55ae3699932b424823dc21cfa566e6b (diff) | |
| download | rust-1d2db7b9e8082f0459e000985d77fc7ad0dabade.tar.gz rust-1d2db7b9e8082f0459e000985d77fc7ad0dabade.zip | |
Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton
Stabilize feature sort_unstable Closes #40585
Diffstat (limited to 'src/liballoc/lib.rs')
| -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 ca52943ea97..23da2913136 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)] |
