From 819ee93e9b81c2f4a71ea637df1125682704a0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20C=C3=A9spedes=20Tab=C3=A1rez?= <1295883+dertin@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:46:52 -0300 Subject: [PATCH] style: cargo fmt --- actix-web/src/introspection.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/actix-web/src/introspection.rs b/actix-web/src/introspection.rs index d0b439f2..f683f61e 100644 --- a/actix-web/src/introspection.rs +++ b/actix-web/src/introspection.rs @@ -1,5 +1,7 @@ -use std::rc::Rc; -use std::sync::{OnceLock, RwLock}; +use std::{ + rc::Rc, + sync::{OnceLock, RwLock}, +}; use crate::dev::ResourceMap;