diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-02 22:21:15 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-02 22:21:15 +0100 |
commit | fe53034c38321689d54f7e4cf0e9a9782c4fa777 (patch) | |
tree | 056207c5593eabd4f189afabd55bee203787dd0a /askama_derive | |
parent | 780c93c3f167ca3df26229024e42843358b916ad (diff) | |
download | askama-fe53034c38321689d54f7e4cf0e9a9782c4fa777.tar.gz askama-fe53034c38321689d54f7e4cf0e9a9782c4fa777.tar.bz2 askama-fe53034c38321689d54f7e4cf0e9a9782c4fa777.zip |
Remove unneeded feature(proc_macro) annotation
Diffstat (limited to 'askama_derive')
-rw-r--r-- | askama_derive/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/askama_derive/src/lib.rs b/askama_derive/src/lib.rs index 8613ead..31a1364 100644 --- a/askama_derive/src/lib.rs +++ b/askama_derive/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(proc_macro, proc_macro_lib)] - extern crate askama; extern crate proc_macro; extern crate syn; |