diff options
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/macros/src/lib.rs | 2 | ||||
-rw-r--r-- | cortex-m-rt/src/lib.rs | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/cortex-m-rt/macros/src/lib.rs b/cortex-m-rt/macros/src/lib.rs index 09881b8..3c532c0 100644 --- a/cortex-m-rt/macros/src/lib.rs +++ b/cortex-m-rt/macros/src/lib.rs @@ -2,8 +2,6 @@ //! //! Do not use this crate directly. -#![deny(warnings)] - extern crate proc_macro; use proc_macro::TokenStream; diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs index d680b6d..1988df6 100644 --- a/cortex-m-rt/src/lib.rs +++ b/cortex-m-rt/src/lib.rs @@ -401,7 +401,6 @@ // here will appear in the linker script (`link.x`) in conjunction with the `KEEP` command. #![deny(missing_docs)] -#![deny(warnings)] #![no_std] extern crate cortex_m_rt_macros as macros; |