about summary refs log tree commit diff
path: root/src/librustc_const_math/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_const_math/lib.rs')
-rw-r--r--src/librustc_const_math/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_const_math/lib.rs b/src/librustc_const_math/lib.rs
index 7177e2818fb..c4c5886d465 100644
--- a/src/librustc_const_math/lib.rs
+++ b/src/librustc_const_math/lib.rs
@@ -19,8 +19,6 @@
       html_root_url = "https://doc.rust-lang.org/nightly/")]
 #![deny(warnings)]
 
-#![cfg_attr(stage0, feature(i128_type, i128))]
-
 extern crate rustc_apfloat;
 
 extern crate syntax;