disable collectionbenches for android
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
This commit is contained in:
parent
67100f61e6
commit
f13d89eb2e
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// 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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue