aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/actix_web.rs
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-12-07 15:38:14 +0100
committerLibravatar Juan Aguilar <mhpoin@gmail.com>2018-12-08 21:43:20 +0100
commitcf8dc532f04440d5968265ee26852966c4a6c7b3 (patch)
treec85e22f31bd198ab4113c3e773a70098aa2dc7a4 /testing/tests/actix_web.rs
parentb18664fe9fe773ff2e6c513c747313342bb6573a (diff)
downloadaskama-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.rs3
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;