diff options
Diffstat (limited to 'cortex-m-rt/macros')
-rw-r--r-- | cortex-m-rt/macros/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 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; |