diff options
Diffstat (limited to 'examples/custom-type.rs')
-rw-r--r-- | examples/custom-type.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/custom-type.rs b/examples/custom-type.rs index 79d6cc46..826e9dd1 100644 --- a/examples/custom-type.rs +++ b/examples/custom-type.rs @@ -1,6 +1,5 @@ #![deny(unsafe_code)] #![deny(warnings)] -#![feature(proc_macro)] #![no_std] extern crate cortex_m_rtfm as rtfm; |