Forbid unsafe code and Rust 2018 idioms
This commit is contained in:
parent
91d9d65a03
commit
a30553ddbb
7 changed files with 14 additions and 14 deletions
|
|
@ -2,8 +2,8 @@
|
|||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(unused_results)]
|
||||
#![deny(unsafe_code)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![forbid(rust_2018_idioms)]
|
||||
pub use futures;
|
||||
|
||||
mod command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue