Remove #![feature(i128_type)] as i128 is stable

master
ljedrz 2018-07-12 14:40:56 +02:00
parent 6eb8f8d710
commit 411a12fc02
1 changed files with 0 additions and 2 deletions

View File

@ -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",