mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
apply imports_granularity fmt rule
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
use std::{collections::HashSet, convert::TryFrom, convert::TryInto, fmt, rc::Rc};
|
||||
use std::{
|
||||
collections::HashSet,
|
||||
convert::{TryFrom, TryInto},
|
||||
fmt,
|
||||
rc::Rc,
|
||||
};
|
||||
|
||||
use actix_web::{
|
||||
dev::RequestHead,
|
||||
|
@ -1,8 +1,7 @@
|
||||
use actix_cors::Cors;
|
||||
use actix_utils::future::ok;
|
||||
use actix_web::dev::fn_service;
|
||||
use actix_web::{
|
||||
dev::{ServiceRequest, Transform},
|
||||
dev::{fn_service, ServiceRequest, Transform},
|
||||
http::{
|
||||
header::{self, HeaderValue},
|
||||
Method, StatusCode,
|
||||
|
Reference in New Issue
Block a user