From 2d80f3631bc3bf382ae24c25dbf8ff33af2ad430 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 29 Jul 2017 00:34:00 -0500 Subject: update examples --- examples/full-syntax.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/full-syntax.rs') diff --git a/examples/full-syntax.rs b/examples/full-syntax.rs index 20e8dfb..9b6b394 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] -- cgit v1.2.3