about summary refs log tree commit diff
path: root/src/rtstartup
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtstartup')
-rw-r--r--src/rtstartup/rsbegin.rs2
-rw-r--r--src/rtstartup/rsend.rs2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/rtstartup/rsbegin.rs b/src/rtstartup/rsbegin.rs
index a81eac279d0..d1b6fe6655a 100644
--- a/src/rtstartup/rsbegin.rs
+++ b/src/rtstartup/rsbegin.rs
@@ -22,8 +22,6 @@
 // object (usually called `crtX.o), which then invokes initialization callbacks
 // of other runtime components (registered via yet another special image section).
 
-#![cfg_attr(stage0, feature(no_std))]
-
 #![crate_type="rlib"]
 #![no_std]
 #![allow(non_camel_case_types)]
diff --git a/src/rtstartup/rsend.rs b/src/rtstartup/rsend.rs
index e3b691ce2f7..5e4e13ebd05 100644
--- a/src/rtstartup/rsend.rs
+++ b/src/rtstartup/rsend.rs
@@ -10,8 +10,6 @@
 
 // See rsbegin.rs for details.
 
-#![cfg_attr(stage0, feature(no_std))]
-
 #![crate_type="rlib"]
 #![no_std]