mirror of https://github.com/eldruin/ds323x-rs
Combine statement
parent
9ce8d106ce
commit
06e5aaddf3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue