From fe53034c38321689d54f7e4cf0e9a9782c4fa777 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 2 Feb 2017 22:21:15 +0100 Subject: Remove unneeded feature(proc_macro) annotation --- testing/tests/filters.rs | 2 -- testing/tests/simple.rs | 2 -- 2 files changed, 4 deletions(-) (limited to 'testing') 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; -- cgit