Skip to content

Commit

Permalink
Fix bad location for symbol in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Nov 11, 2023
1 parent a5e90d0 commit b9baa29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/yew-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ prettyplease = "0.2"
rustversion = "1"
trybuild = "1"
yew = { path = "../yew" }
implicit-clone = "0.4"
2 changes: 1 addition & 1 deletion packages/yew-macro/tests/html_macro/component-pass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl ::yew::Component for Container {
}
}

#[derive(::std::clone::Clone, ::yew::html::ImplicitClone, ::std::cmp::PartialEq)]
#[derive(::std::clone::Clone, ::implicit_clone::ImplicitClone, ::std::cmp::PartialEq)]
pub enum ChildrenVariants {
Child(::yew::virtual_dom::VChild<Child>),
AltChild(::yew::virtual_dom::VChild<AltChild>),
Expand Down

0 comments on commit b9baa29

Please sign in to comment.