Merge branch 'feature/rust-2018' into develop

This commit is contained in:
Isis Lovecruft 2019-10-10 22:10:28 +00:00
commit 3773f56d15
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))]