]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/benches/lib.rs
Vec::dedup optimization - add benches
[rust.git] / library / alloc / benches / lib.rs
index 32edb86d10119a0f436687826a123cf6bdf85076..38a8f65f1695a0d4a4e12c85f6ee2ec7cb7e763d 100644 (file)
@@ -4,6 +4,7 @@
 #![feature(btree_drain_filter)]
 #![feature(map_first_last)]
 #![feature(repr_simd)]
+#![feature(slice_partition_dedup)]
 #![feature(test)]
 
 extern crate test;