Skip to content

Commit

Permalink
enable rust_2018_idioms warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Feb 6, 2019
1 parent ec71a60 commit e5f728e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions codegen/src/lib.rs
@@ -1,4 +1,5 @@
#![deny(missing_docs)]
#![warn(rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/amq-protocol-codegen/1.1.0/")]

//! # AMQP code generation utilities
Expand Down
1 change: 1 addition & 0 deletions protocol/src/lib.rs
@@ -1,4 +1,5 @@
#![deny(missing_docs)]
#![warn(rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/amq-protocol/1.1.0/")]

//! # AMQP manipulation library
Expand Down
1 change: 1 addition & 0 deletions types/src/lib.rs
@@ -1,4 +1,5 @@
#![deny(missing_docs)]
#![warn(rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/amq-protocol-types/1.1.0/")]

//! # AMQP types manipulation library
Expand Down

0 comments on commit e5f728e

Please sign in to comment.