diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-24 16:31:04 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-08-24 16:31:04 +0200 |
| commit | abca8299268e55bdb80b649ceb6b0cc5d0f3c34a (patch) | |
| tree | ebd4128dc1904f4adc60fea365f3f9d97620b58c /macros/src/lib.rs | |
| parent | 5a3605050e210ab819af83b59556cfc78a2f667f (diff) | |
more fixes
Diffstat (limited to 'macros/src/lib.rs')
| -rw-r--r-- | macros/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs index 728e613..65d5ad8 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -1,6 +1,5 @@ //! Procedural macros of the `cortex-m-rtfm` crate // #![deny(warnings)] -#![feature(proc_macro)] #![recursion_limit = "128"] #[macro_use] |
