Enable Rust 2018.

This commit is contained in:
Isis Lovecruft 2019-10-07 23:01:10 +00:00
parent 28c2f2e3d1
commit a065bee381
No known key found for this signature in database
GPG key ID: AB41313533E8E812
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,7 @@
[package]
name = "ed25519-dalek"
version = "1.0.0-pre.2"
edition = "2018"
authors = ["isis lovecruft <isis@patternsinthevoid.net>"]
readme = "README.md"
license = "BSD-3-Clause"

View file

@ -247,8 +247,6 @@
#![no_std]
#![warn(future_incompatible)]
#![warn(rust_2018_compatibility)]
#![warn(rust_2018_idioms)]
#![deny(missing_docs)] // refuse to compile if documentation is missing
#[cfg(any(feature = "std", test))]