mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
disable collectionbenches for android
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
This commit is contained in:
parent
67100f61e6
commit
f13d89eb2e
@ -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…
Reference in New Issue
Block a user