diff options
Diffstat (limited to 'tests/cfail/exception.rs')
-rw-r--r-- | tests/cfail/exception.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cfail/exception.rs b/tests/cfail/exception.rs index e2e749a2..b4e025fc 100644 --- a/tests/cfail/exception.rs +++ b/tests/cfail/exception.rs @@ -1,6 +1,5 @@ #![deny(unsafe_code)] #![deny(warnings)] -#![feature(proc_macro)] #![no_std] extern crate cortex_m_rtfm as rtfm; |