diff options
Diffstat (limited to '')
-rw-r--r-- | testing/tests/simple.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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; |