Skip to content

Commit

Permalink
Enable Rust 2018.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Oct 7, 2019
1 parent 28c2f2e commit a065bee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit a065bee

Please sign in to comment.