diff options
Diffstat (limited to '')
-rw-r--r-- | testing/tests/operators.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/tests/operators.rs b/testing/tests/operators.rs index 70d26b1..73b30b1 100644 --- a/testing/tests/operators.rs +++ b/testing/tests/operators.rs @@ -1,6 +1,5 @@ -extern crate askama; #[macro_use] -extern crate askama_derive; +extern crate askama; use askama::Template; |