mirror of
https://github.com/actix/actix-web.git
synced 2025-06-05 14:48:50 +00:00
Rustfmt
This commit is contained in:
parent
b227167d49
commit
9fa392de97
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ use actix_web::{
|
|||
http::{
|
||||
header::{
|
||||
self, Charset, ContentDisposition, ContentEncoding, DispositionParam, DispositionType,
|
||||
ExtendedValue, HeaderValue,
|
||||
ExtendedValue,
|
||||
},
|
||||
StatusCode,
|
||||
},
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
use actix_files::{Files, NamedFile};
|
||||
use actix_files::Files;
|
||||
use actix_web::{
|
||||
http::{
|
||||
header::{self, HeaderValue},
|
||||
StatusCode,
|
||||
},
|
||||
test::{self, TestRequest},
|
||||
web, App,
|
||||
App,
|
||||
};
|
||||
|
||||
#[actix_web::test]
|
||||
|
|
Loading…
Reference in a new issue