mirror of https://github.com/fafhrd91/actix-web
style: cargo fmt
This commit is contained in:
parent
041322ef9c
commit
819ee93e9b
|
@ -1,5 +1,7 @@
|
||||||
use std::rc::Rc;
|
use std::{
|
||||||
use std::sync::{OnceLock, RwLock};
|
rc::Rc,
|
||||||
|
sync::{OnceLock, RwLock},
|
||||||
|
};
|
||||||
|
|
||||||
use crate::dev::ResourceMap;
|
use crate::dev::ResourceMap;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue