about summary refs log tree commit diff
path: root/src/liballoc/benches
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-07-02 23:54:32 +0000
committerbors <bors@rust-lang.org>2017-07-02 23:54:32 +0000
commit1d2db7b9e8082f0459e000985d77fc7ad0dabade (patch)
tree1e233d61fd80946db5767e8979c4246197b92597 /src/liballoc/benches
parent0679711398bef656699e1ff6b004ecccbdb67284 (diff)
parent66f8cddae55ae3699932b424823dc21cfa566e6b (diff)
downloadrust-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/benches')
-rw-r--r--src/liballoc/benches/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/benches/lib.rs b/src/liballoc/benches/lib.rs
index 5f274eec87d..174628ccd07 100644
--- a/src/liballoc/benches/lib.rs
+++ b/src/liballoc/benches/lib.rs
@@ -14,7 +14,6 @@
 #![feature(rand)]
 #![feature(repr_simd)]
 #![feature(slice_rotate)]
-#![feature(sort_unstable)]
 #![feature(test)]
 
 extern crate rand;