diff options
-rw-r--r-- | askama/src/lib.rs | 2 | ||||
-rw-r--r-- | askama_derive/src/lib.rs | 2 | ||||
-rw-r--r-- | testing/tests/filters.rs | 2 | ||||
-rw-r--r-- | testing/tests/simple.rs | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/askama/src/lib.rs b/askama/src/lib.rs index 04caf76..2931098 100644 --- a/askama/src/lib.rs +++ b/askama/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(proc_macro)] - #[macro_use] extern crate nom; 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; 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; |