Skip to content

Commit

Permalink
rustfmt nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Nov 1, 2023
1 parent 12aa26d commit 46e12dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yew/src/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! This module contains useful utilities to get information about the current document.

use implicit_clone::unsync::IArray;
use implicit_clone::ImplicitClone;
use std::marker::PhantomData;

use implicit_clone::unsync::IArray;
use implicit_clone::ImplicitClone;
use yew::html::ChildrenRenderer;

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

0 comments on commit 46e12dc

Please sign in to comment.