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::sync::{OnceLock, RwLock};
|
||||
use std::{
|
||||
rc::Rc,
|
||||
sync::{OnceLock, RwLock},
|
||||
};
|
||||
|
||||
use crate::dev::ResourceMap;
|
||||
|
||||
|
|
Loading…
Reference in New Issue