Skip to content

Commit c02174b

Browse files
committed
Hide "The i128_type feature is now stable" warning
1 parent d429784 commit c02174b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178

179179
#![cfg_attr(not(feature="std"), no_std)]
180180
#![cfg_attr(all(feature="alloc", not(feature="std")), feature(alloc))]
181+
#![cfg_attr(feature = "i128_support", allow(stable_features))] // stable since 2018-03-27
181182
#![cfg_attr(feature = "i128_support", feature(i128_type, i128))]
182183
#![cfg_attr(feature = "stdweb", recursion_limit="128")]
183184

0 commit comments

Comments
 (0)