Remove the i128 feature, as it's now good in nightlies.

This commit is contained in:
2018-03-29 21:26:15 -07:00
parent d6c59b5037
commit bfdede4241

View File

@@ -1,4 +1,3 @@
#![feature(i128_type)]
//! # Simple Crypto: A quaint little crypto library for rust. //! # Simple Crypto: A quaint little crypto library for rust.
//! //!
//! This is the simple_crypto library. Its goal is to provide straightforward //! This is the simple_crypto library. Its goal is to provide straightforward