make clippy happy

This commit is contained in:
Jonathan Kelley 2023-02-06 22:18:07 -08:00
parent 9ebafc46bb
commit 14a1039808
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ fn main() {
fn app(cx: Scope) -> Element {
cx.render(rsx! {
button {
onclick: |e| async move {
onclick: |_| async move {
println!("hello, desktop!");
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
println!("goodbye, desktop!");