Skip to content

Commit

Permalink
clippy: warn on unsused async fn
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 26, 2023
1 parent b9ee93e commit 401cc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build]
rustflags = ["-Wmissing_debug_implementations"]
rustflags = ["-Wmissing_debug_implementations", "-Wclippy::unused-async"]

0 comments on commit 401cc6b

Please sign in to comment.