aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-02 22:21:15 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-02 22:21:15 +0100
commitfe53034c38321689d54f7e4cf0e9a9782c4fa777 (patch)
tree056207c5593eabd4f189afabd55bee203787dd0a /testing
parent780c93c3f167ca3df26229024e42843358b916ad (diff)
downloadaskama-fe53034c38321689d54f7e4cf0e9a9782c4fa777.tar.gz
askama-fe53034c38321689d54f7e4cf0e9a9782c4fa777.tar.bz2
askama-fe53034c38321689d54f7e4cf0e9a9782c4fa777.zip
Remove unneeded feature(proc_macro) annotation
Diffstat (limited to 'testing')
-rw-r--r--testing/tests/filters.rs2
-rw-r--r--testing/tests/simple.rs2
2 files changed, 0 insertions, 4 deletions
diff --git a/testing/tests/filters.rs b/testing/tests/filters.rs
index abde750..d70d1c8 100644
--- a/testing/tests/filters.rs
+++ b/testing/tests/filters.rs
@@ -1,5 +1,3 @@
-#![feature(proc_macro)]
-
#[macro_use]
extern crate askama_derive;
extern crate askama;
diff --git a/testing/tests/simple.rs b/testing/tests/simple.rs
index 697dbd2..b8274c3 100644
--- a/testing/tests/simple.rs
+++ b/testing/tests/simple.rs
@@ -1,5 +1,3 @@
-#![feature(proc_macro)]
-
#[macro_use]
extern crate askama_derive;
extern crate askama;