aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/actix_web.rs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/actix_web.rs')
-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;