Skip to content

Commit 8142298

Browse files
authored
Merge pull request #247 from ljedrz/outdated_feature
Remove #![feature(i128_type)] as i128 is stable
2 parents 5b5b258 + 411a12f commit 8142298

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#![feature(linkage)]
1818
#![feature(lang_items)]
1919
#![allow(unused_features)]
20-
#![allow(stable_features)] // FIXME(mark-i-m): remove after i128 stabilizes
21-
#![feature(i128_type)]
2220
#![no_builtins]
2321
#![cfg_attr(feature = "compiler-builtins", feature(staged_api))]
2422
#![cfg_attr(feature = "compiler-builtins",

0 commit comments

Comments
 (0)