Skip to content

Commit 1bbc1bc

Browse files
Merge #271
271: Get rid of #[deny(warnings)] r=adamgreig a=therealprof This is considered harmful as the warnings may change with any compiler release. Signed-off-by: Daniel Egger <[email protected]> Co-authored-by: Daniel Egger <[email protected]>
2 parents b58f280 + 1693280 commit 1bbc1bc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

cortex-m-rt/macros/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
//!
33
//! Do not use this crate directly.
44
5-
#![deny(warnings)]
6-
75
extern crate proc_macro;
86

97
use proc_macro::TokenStream;

cortex-m-rt/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@
401401
// here will appear in the linker script (`link.x`) in conjunction with the `KEEP` command.
402402

403403
#![deny(missing_docs)]
404-
#![deny(warnings)]
405404
#![no_std]
406405

407406
extern crate cortex_m_rt_macros as macros;

0 commit comments

Comments
 (0)