Remove i128 feature gate

These features have been stabilized in Rust 1.26.
This commit is contained in:
David Tolnay 2018-09-08 12:09:40 -07:00
parent 34bea2ee3f
commit d4da1d250d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(feature = "i128", feature(i128_type, i128))]
#![cfg_attr(feature = "cargo-clippy", allow(cast_lossless, unreadable_literal))]
#[cfg(feature = "i128")]