No longer need i128 feature gate which has been stabilized

This commit is contained in:
David Tolnay 2018-10-13 20:10:31 -07:00
parent 0e4d65d9eb
commit 03846c8925
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#![cfg_attr(feature = "i128", feature(i128_type, i128))]
#![cfg_attr(
feature = "cargo-clippy",
allow(cast_lossless, string_lit_as_bytes)