Browse Source

Merge pull request #247 from ljedrz/outdated_feature

Remove #![feature(i128_type)] as i128 is stable
Alex Crichton 6 years ago
parent
commit
8142298fe6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib.rs

+ 0 - 2
src/lib.rs

@@ -17,8 +17,6 @@
 #![feature(linkage)]
 #![feature(lang_items)]
 #![allow(unused_features)]
-#![allow(stable_features)] // FIXME(mark-i-m): remove after i128 stabilizes
-#![feature(i128_type)]
 #![no_builtins]
 #![cfg_attr(feature = "compiler-builtins", feature(staged_api))]
 #![cfg_attr(feature = "compiler-builtins",