Skip to content

Commit 9313b7f

Browse files
committed
Remove #[deny(warnings)]
The library currently does not currently build anymore, because upstream libraries have added new deprecation warnings. A deprecation warning should not break compilation though.
1 parent 2960715 commit 9313b7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//! [0]: https://crates.io/keywords/embedded-hal
1212
1313
#![deny(missing_docs)]
14-
#![deny(warnings)]
1514

1615
extern crate cast;
1716
extern crate embedded_hal as hal;

0 commit comments

Comments
 (0)