Combine statement

pull/4/head
Diego Barrios Romero 2018-11-16 17:37:04 +01:00
parent 9ce8d106ce
commit 06e5aaddf3
1 changed files with 1 additions and 3 deletions

View File

@ -436,9 +436,7 @@
//! ```
#![deny(unsafe_code)]
#![deny(missing_docs)]
#![deny(warnings)]
#![deny(unsafe_code, missing_docs, warnings)]
#![no_std]
extern crate embedded_hal as hal;