Skip to content

Commit

Permalink
Deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Nov 28, 2018
1 parent e8f5d93 commit f6a2d78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@
//! # }
//! ```

#![deny(unsafe_code)]
#![deny(missing_docs)]
#![deny(missing_docs, unsafe_code, warnings)]
#![no_std]

extern crate embedded_hal as hal;
Expand Down

0 comments on commit f6a2d78

Please sign in to comment.