mv std libs to library/
This commit is contained in:
parent
9be8ffcb02
commit
2c31b45ae8
875 changed files with 1255 additions and 1223 deletions
17
library/alloc/benches/lib.rs
Normal file
17
library/alloc/benches/lib.rs
Normal file
|
@ -0,0 +1,17 @@
|
|||
// Disabling on android for the time being
|
||||
// See https://github.com/rust-lang/rust/issues/73535#event-3477699747
|
||||
#![cfg(not(target_os = "android"))]
|
||||
#![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;
|
Loading…
Add table
Add a link
Reference in a new issue