From 03846c8925ddfb59a0e983fbb1d262c163b4a159 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 13 Oct 2018 20:10:31 -0700 Subject: [PATCH] No longer need i128 feature gate which has been stabilized --- tests/test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test.rs b/tests/test.rs index 8047f33..dd8d494 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -1,4 +1,3 @@ -#![cfg_attr(feature = "i128", feature(i128_type, i128))] #![cfg_attr( feature = "cargo-clippy", allow(cast_lossless, string_lit_as_bytes)