aboutsummaryrefslogtreecommitdiff
path: root/examples/custom-type.rs
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-08-24 16:31:04 +0200
committerJorge Aparicio <jorge@japaric.io>2018-08-24 16:31:04 +0200
commitabca8299268e55bdb80b649ceb6b0cc5d0f3c34a (patch)
treeebd4128dc1904f4adc60fea365f3f9d97620b58c /examples/custom-type.rs
parent5a3605050e210ab819af83b59556cfc78a2f667f (diff)
more fixes
Diffstat (limited to 'examples/custom-type.rs')
-rw-r--r--examples/custom-type.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/custom-type.rs b/examples/custom-type.rs
index 79d6cc4..826e9dd 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;