Skip to content

Commit 5b0e526

Browse files
bors[bot]dbrgn
andcommitted
Merge #143
143: Remove #[deny(warnings)] r=ryankurte a=dbrgn It's an antipattern, see https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md and rust-embedded/linux-embedded-hal#17 Co-authored-by: Danilo Bargen <[email protected]>
2 parents b2bbae4 + 50e9e01 commit 5b0e526

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
@@ -683,7 +683,6 @@
683683
//! ```
684684
685685
#![deny(missing_docs)]
686-
#![deny(warnings)]
687686
#![no_std]
688687

689688
#[macro_use]

0 commit comments

Comments
 (0)