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 e032eb9 commit 4d2937d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viz-core/tests/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ async fn handler() -> Result<()> {
Ok(())
}

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

Ok(result)
Ok(())
}

0 comments on commit 4d2937d

Please sign in to comment.