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