i128_type feature has been stabilized in Rust.

This commit is contained in:
Sean Bowe 2018-03-29 09:18:26 -06:00
parent ef7ade8c2c
commit 4cf5a534ec
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
// If the "u128-support" feature is enabled, this library can use
// more efficient arithmetic. Only available in the nightly compiler.
#![cfg_attr(feature = "u128-support", feature(i128_type))]
// `clippy` is a code linting tool for improving code quality by catching
// common mistakes or strange code patterns. If the `clippy` feature is
// provided, it is enabled and all compiler warnings are prohibited.