about summary refs log tree commit diff
path: root/library/alloc/benches/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/alloc/benches/lib.rs')
-rw-r--r--library/alloc/benches/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/alloc/benches/lib.rs b/library/alloc/benches/lib.rs
index 0561f49c967..ae9608ec7bd 100644
--- a/library/alloc/benches/lib.rs
+++ b/library/alloc/benches/lib.rs
@@ -1,6 +1,3 @@
-// Disabling on android for the time being
-// See https://github.com/rust-lang/rust/issues/73535#event-3477699747
-#![cfg(not(target_os = "android"))]
 // Disabling in Miri as these would take too long.
 #![cfg(not(miri))]
 #![feature(btree_extract_if)]