From 411a12fc029f0aa4df73f47e4496b14125df7e61 Mon Sep 17 00:00:00 2001 From: ljedrz Date: Thu, 12 Jul 2018 14:40:56 +0200 Subject: [PATCH] Remove #![feature(i128_type)] as i128 is stable --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 819967b..619b6ac 100644 --- a/src/lib.rs +++ b/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",