Skip to content

Commit

Permalink
ci: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Jun 15, 2024
1 parent 6cfd8fd commit 17d8ff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion viz-core/tests/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,11 @@ async fn handler() -> Result<()> {
assert!(!y.is_empty());

assert!(!v.is_empty());

let _ = v.last().unwrap().call(Request::default()).await;
}

it_works().await;
let _: () = it_works().await;

Ok(())
}

0 comments on commit 17d8ff1

Please sign in to comment.