about summary refs log tree commit diff
path: root/library/alloc/benches/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/alloc/benches/lib.rs')
-rw-r--r--library/alloc/benches/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/alloc/benches/lib.rs b/library/alloc/benches/lib.rs
index 32edb86d101..38a8f65f169 100644
--- a/library/alloc/benches/lib.rs
+++ b/library/alloc/benches/lib.rs
@@ -4,6 +4,7 @@
 #![feature(btree_drain_filter)]
 #![feature(map_first_last)]
 #![feature(repr_simd)]
+#![feature(slice_partition_dedup)]
 #![feature(test)]
 
 extern crate test;