We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58f280 commit 1693280Copy full SHA for 1693280
cortex-m-rt/macros/src/lib.rs
@@ -2,8 +2,6 @@
2
//!
3
//! Do not use this crate directly.
4
5
-#![deny(warnings)]
6
-
7
extern crate proc_macro;
8
9
use proc_macro::TokenStream;
cortex-m-rt/src/lib.rs
@@ -401,7 +401,6 @@
401
// here will appear in the linker script (`link.x`) in conjunction with the `KEEP` command.
402
403
#![deny(missing_docs)]
404
405
#![no_std]
406
407
extern crate cortex_m_rt_macros as macros;
0 commit comments