From bfdede424170ba702bdba3c474db71d9323d8a51 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Thu, 29 Mar 2018 21:26:15 -0700 Subject: [PATCH] Remove the i128 feature, as it's now good in nightlies. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index de9bd57..b048471 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,3 @@ -#![feature(i128_type)] //! # Simple Crypto: A quaint little crypto library for rust. //! //! This is the simple_crypto library. Its goal is to provide straightforward