Skip to content

Commit a804abd

Browse files
committed
Remove #![deny(warnings)] (anti-pattern)
1 parent c58e349 commit a804abd

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
@@ -16,7 +16,6 @@
1616
//! - Wrappers around assembly instructions like `WFI`.
1717
1818
#![no_std]
19-
#![deny(warnings)]
2019
#![cfg_attr(feature = "inline-asm", feature(asm))]
2120

2221
extern crate bare_metal;

0 commit comments

Comments
 (0)