aboutsummaryrefslogtreecommitdiff
path: root/examples/late-resources.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/late-resources.rs')
-rw-r--r--examples/late-resources.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/late-resources.rs b/examples/late-resources.rs
index 07c321f6..3bfc3884 100644
--- a/examples/late-resources.rs
+++ b/examples/late-resources.rs
@@ -1,7 +1,6 @@
//! Demonstrates initialization of resources in `init`.
#![deny(unsafe_code)]
#![deny(warnings)]
-#![feature(proc_macro)]
#![no_std]
extern crate cortex_m_rtfm as rtfm;