1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00

remove unnecessary use

This commit is contained in:
Akos Vandra 2018-07-23 15:07:54 +02:00
parent c352a69d54
commit 0099091e96

View File

@ -610,7 +610,6 @@ impl<S: 'static> Iterator for App<S> {
mod tests { mod tests {
use super::*; use super::*;
use body::{Binary, Body}; use body::{Binary, Body};
use fs;
use http::StatusCode; use http::StatusCode;
use httprequest::HttpRequest; use httprequest::HttpRequest;
use httpresponse::HttpResponse; use httpresponse::HttpResponse;