mirror of
https://github.com/actix/actix-web.git
synced 2024-11-27 12:01:15 +00:00
remove unnecessary use
This commit is contained in:
parent
c352a69d54
commit
0099091e96
1 changed files with 0 additions and 1 deletions
|
@ -610,7 +610,6 @@ impl<S: 'static> Iterator for App<S> {
|
|||
mod tests {
|
||||
use super::*;
|
||||
use body::{Binary, Body};
|
||||
use fs;
|
||||
use http::StatusCode;
|
||||
use httprequest::HttpRequest;
|
||||
use httpresponse::HttpResponse;
|
||||
|
|
Loading…
Reference in a new issue