diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-12-07 15:38:14 +0100 |
---|---|---|
committer | Juan Aguilar <mhpoin@gmail.com> | 2018-12-08 21:43:20 +0100 |
commit | cf8dc532f04440d5968265ee26852966c4a6c7b3 (patch) | |
tree | c85e22f31bd198ab4113c3e773a70098aa2dc7a4 /testing/tests/methods.rs | |
parent | b18664fe9fe773ff2e6c513c747313342bb6573a (diff) | |
download | askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.tar.gz askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.tar.bz2 askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.zip |
Remove unused macro_use attributes
Diffstat (limited to 'testing/tests/methods.rs')
-rw-r--r-- | testing/tests/methods.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/tests/methods.rs b/testing/tests/methods.rs index d1e391f..41117e5 100644 --- a/testing/tests/methods.rs +++ b/testing/tests/methods.rs @@ -1,4 +1,3 @@ -#[macro_use] extern crate askama; use askama::Template; |