Skip to content

Commit b9baa29

Browse files
committed
Fix bad location for symbol in test
1 parent a5e90d0 commit b9baa29

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yew-macro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ prettyplease = "0.2"
2828
rustversion = "1"
2929
trybuild = "1"
3030
yew = { path = "../yew" }
31+
implicit-clone = "0.4"

packages/yew-macro/tests/html_macro/component-pass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ impl ::yew::Component for Container {
6161
}
6262
}
6363

64-
#[derive(::std::clone::Clone, ::yew::html::ImplicitClone, ::std::cmp::PartialEq)]
64+
#[derive(::std::clone::Clone, ::implicit_clone::ImplicitClone, ::std::cmp::PartialEq)]
6565
pub enum ChildrenVariants {
6666
Child(::yew::virtual_dom::VChild<Child>),
6767
AltChild(::yew::virtual_dom::VChild<AltChild>),

0 commit comments

Comments
 (0)