Skip to content

Commit 450edfa

Browse files
[autofix.ci] apply automated fixes
1 parent 94a2c57 commit 450edfa

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

integrations/actix/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ use std::{
5050
future::Future,
5151
ops::{Deref, DerefMut},
5252
path::Path,
53-
sync::Arc,
54-
sync::LazyLock,
53+
sync::{Arc, LazyLock},
5554
};
5655

5756
/// This struct lets you define headers and override the status of the Response from an Element or a Server Function

tachys/src/renderer/dom.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ use crate::{
1010
};
1111
use linear_map::LinearMap;
1212
use rustc_hash::FxHashSet;
13-
use std::{any::TypeId, borrow::Cow, cell::LazyCell, cell::RefCell};
13+
use std::{
14+
any::TypeId,
15+
borrow::Cow,
16+
cell::{LazyCell, RefCell},
17+
};
1418
use wasm_bindgen::{intern, prelude::Closure, JsCast, JsValue};
1519
use web_sys::{AddEventListenerOptions, Comment, HtmlTemplateElement};
1620

0 commit comments

Comments
 (0)