Skip to content

Commit 3df404c

Browse files
bors[bot]Disasm
andauthored
Merge #45
45: Remove #![deny(warnings)] (anti-pattern) r=almindor a=Disasm Co-authored-by: Vadim Kaushan <[email protected]>
2 parents 174ef71 + a804abd commit 3df404c

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)