Skip to content

Commit 46e12dc

Browse files
committed
rustfmt nightly
1 parent 12aa26d commit 46e12dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/yew/src/utils/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//! This module contains useful utilities to get information about the current document.
22
3-
use implicit_clone::unsync::IArray;
4-
use implicit_clone::ImplicitClone;
53
use std::marker::PhantomData;
64

5+
use implicit_clone::unsync::IArray;
6+
use implicit_clone::ImplicitClone;
77
use yew::html::ChildrenRenderer;
88

99
/// Map `IntoIterator<Item = Into<T>>` to `Iterator<Item = T>`

0 commit comments

Comments
 (0)