diff options
author | 2018-12-07 15:38:14 +0100 | |
---|---|---|
committer | 2018-12-08 21:43:20 +0100 | |
commit | cf8dc532f04440d5968265ee26852966c4a6c7b3 (patch) | |
tree | c85e22f31bd198ab4113c3e773a70098aa2dc7a4 /testing/tests/actix_web.rs | |
parent | b18664fe9fe773ff2e6c513c747313342bb6573a (diff) | |
download | askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.tar.gz askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.tar.bz2 askama-cf8dc532f04440d5968265ee26852966c4a6c7b3.zip |
Remove unused macro_use attributes
Diffstat (limited to '')
-rw-r--r-- | testing/tests/actix_web.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/tests/actix_web.rs b/testing/tests/actix_web.rs index e2d8bcf..880f907 100644 --- a/testing/tests/actix_web.rs +++ b/testing/tests/actix_web.rs @@ -1,7 +1,6 @@ #![cfg(feature = "actix")] -#[macro_use] -extern crate askama; extern crate actix_web; +extern crate askama; extern crate bytes; use actix_web::http::header::CONTENT_TYPE; |