Skip to content

Commit 45c729e

Browse files
committed
Remove #![deny(warnings)] (anti-pattern)
1 parent f233381 commit 45c729e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

riscv-rt/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@
331331
// NOTE: Adapted from cortex-m/src/lib.rs
332332
#![no_std]
333333
#![deny(missing_docs)]
334-
#![deny(warnings)]
335334

336335
extern crate riscv;
337336
extern crate riscv_rt_macros as macros;

0 commit comments

Comments
 (0)