diff options
Diffstat (limited to 'examples/full-syntax.rs')
-rw-r--r-- | examples/full-syntax.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/full-syntax.rs b/examples/full-syntax.rs index 20e8dfbc..9b6b394e 100644 --- a/examples/full-syntax.rs +++ b/examples/full-syntax.rs @@ -1,6 +1,5 @@ //! A showcase of the `app!` macro syntax #![deny(unsafe_code)] -#![feature(const_fn)] #![feature(proc_macro)] #![no_std] |