about summary refs log tree commit diff
path: root/src/liballoc/benches/lib.rs
blob: f31717d9fd517e76b860364f430e7170d2194822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![feature(btree_drain_filter)]
#![feature(map_first_last)]
#![feature(repr_simd)]
#![feature(test)]

extern crate test;

mod btree;
mod linked_list;
mod slice;
mod str;
mod string;
mod vec;
mod vec_deque;