about summary refs log tree commit diff
path: root/src/test/auxiliary/needs_allocator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/auxiliary/needs_allocator.rs')
-rw-r--r--src/test/auxiliary/needs_allocator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/auxiliary/needs_allocator.rs b/src/test/auxiliary/needs_allocator.rs
index c09b153d921..51003160427 100644
--- a/src/test/auxiliary/needs_allocator.rs
+++ b/src/test/auxiliary/needs_allocator.rs
@@ -10,7 +10,7 @@
 
 // no-prefer-dynamic
 
-#![feature(no_std, needs_allocator)]
+#![feature(needs_allocator)]
 #![no_std]
 #![needs_allocator]
 #![crate_type = "rlib"]