summary refs log tree commit diff
path: root/src/liballoc/benches/lib.rs
blob: 951477a24c8ed3453c655a72a9903ffb87b9933e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#![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;