Fix fake assignment

This commit is contained in:
Greg Johnston 2022-12-04 22:13:07 -05:00
parent 7c298272d3
commit 33c3851d5b

View file

@ -388,7 +388,7 @@ impl<El: IntoElement> HtmlElement<El> {
}
} else {
_ = event_name;
_ = event;
_ = event_handler;
}
}