Skip to content

Commit

Permalink
Do not deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Mar 28, 2019
1 parent c6efa42 commit 0a48a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
//! # }
//! ```

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

extern crate embedded_hal as hal;
Expand Down

0 comments on commit 0a48a00

Please sign in to comment.