]> git.lizzy.rs Git - rust.git/blob - src/libcore/benches/lib.rs
Rollup merge of #57604 - alercah:str-index, r=sfackler
[rust.git] / src / libcore / benches / lib.rs
1 #![feature(flt2dec)]
2 #![feature(test)]
3
4 extern crate core;
5 extern crate test;
6
7 mod any;
8 mod char;
9 mod hash;
10 mod iter;
11 mod num;
12 mod ops;
13 mod slice;
14 mod fmt;