diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-12-07 15:52:26 +0100 |
---|---|---|
committer | Juan Aguilar <mhpoin@gmail.com> | 2018-12-08 21:43:20 +0100 |
commit | 5549f9a3cd94e3cd6700067b1c74194dadb58a0f (patch) | |
tree | fa7037a3d4884a8c76ab7b4bea6d42b0bde0ff91 /testing/tests/actix_web.rs | |
parent | d042c5d758a0b99288b99959d5d98462f18cde65 (diff) | |
download | askama-5549f9a3cd94e3cd6700067b1c74194dadb58a0f.tar.gz askama-5549f9a3cd94e3cd6700067b1c74194dadb58a0f.tar.bz2 askama-5549f9a3cd94e3cd6700067b1c74194dadb58a0f.zip |
Use 2018 edition idioms
Diffstat (limited to 'testing/tests/actix_web.rs')
-rw-r--r-- | testing/tests/actix_web.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/tests/actix_web.rs b/testing/tests/actix_web.rs index 880f907..d40830f 100644 --- a/testing/tests/actix_web.rs +++ b/testing/tests/actix_web.rs @@ -1,8 +1,4 @@ #![cfg(feature = "actix")] -extern crate actix_web; -extern crate askama; -extern crate bytes; - use actix_web::http::header::CONTENT_TYPE; use actix_web::test; use actix_web::HttpMessage; |