diff options
Diffstat (limited to 'src/examples/_2_two_tasks.rs')
-rw-r--r-- | src/examples/_2_two_tasks.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/examples/_2_two_tasks.rs b/src/examples/_2_two_tasks.rs index cf6b33d6..516ff0c9 100644 --- a/src/examples/_2_two_tasks.rs +++ b/src/examples/_2_two_tasks.rs @@ -3,7 +3,6 @@ //! ``` //! #![deny(unsafe_code)] //! #![deny(warnings)] -//! #![feature(proc_macro)] //! #![no_std] //! //! extern crate cortex_m_rtfm as rtfm; |