]> git.lizzy.rs Git - rust.git/blob - library/core/benches/lib.rs
Auto merge of #74675 - pietroalbini:aarch64-ci-fallible, r=Mark-Simulacrum
[rust.git] / library / core / benches / lib.rs
1 // wasm32 does not support benches (no time).
2 #![cfg(not(target_arch = "wasm32"))]
3 #![feature(flt2dec)]
4 #![feature(test)]
5
6 extern crate test;
7
8 mod any;
9 mod ascii;
10 mod char;
11 mod fmt;
12 mod hash;
13 mod iter;
14 mod num;
15 mod ops;
16 mod pattern;
17 mod slice;