Skip to content

Commit acd2e54

Browse files
[autofix.ci] apply automated fixes
1 parent 5591a6e commit acd2e54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tachys/src/renderer/dom.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ use rustc_hash::FxHashSet;
1313
use std::{
1414
any::TypeId,
1515
borrow::Cow,
16-
cell::LazyCell,
17-
cell::RefCell
16+
cell::{LazyCell, RefCell},
1817
};
1918
use wasm_bindgen::{intern, prelude::Closure, JsCast, JsValue};
2019
use web_sys::{AddEventListenerOptions, Comment, HtmlTemplateElement};

0 commit comments

Comments
 (0)