Do not deny warnings

pull/4/head
Diego Barrios Romero 2019-04-08 19:04:15 +02:00
parent ab3739c7c3
commit 4db4677ea2
1 changed files with 1 additions and 1 deletions

View File

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