aboutsummaryrefslogtreecommitdiff
path: root/src/examples/_0_zero_tasks.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-08-24 16:31:04 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-08-24 16:31:04 +0200
commitabca8299268e55bdb80b649ceb6b0cc5d0f3c34a (patch)
treeebd4128dc1904f4adc60fea365f3f9d97620b58c /src/examples/_0_zero_tasks.rs
parent5a3605050e210ab819af83b59556cfc78a2f667f (diff)
downloadrtic-abca8299268e55bdb80b649ceb6b0cc5d0f3c34a.tar.gz
rtic-abca8299268e55bdb80b649ceb6b0cc5d0f3c34a.tar.zst
rtic-abca8299268e55bdb80b649ceb6b0cc5d0f3c34a.zip
more fixes
Diffstat (limited to 'src/examples/_0_zero_tasks.rs')
-rw-r--r--src/examples/_0_zero_tasks.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/examples/_0_zero_tasks.rs b/src/examples/_0_zero_tasks.rs
index 90f16d48..0484bb9d 100644
--- a/src/examples/_0_zero_tasks.rs
+++ b/src/examples/_0_zero_tasks.rs
@@ -3,8 +3,6 @@
//! ```
//! #![deny(unsafe_code)]
//! #![deny(warnings)]
-//! // IMPORTANT always include this feature gate
-//! #![feature(proc_macro)]
//! #![no_std]
//!
//! extern crate cortex_m_rtfm as rtfm; // IMPORTANT always do this rename