Skip to content

Commit

Permalink
added missing config for cargo github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantacroce committed Jan 4, 2024
1 parent 542aa32 commit 0d625ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[target.'cfg(all())']
rustflags = [
"-Dclippy::all",
"-Dlet_underscore_drop",
"-Aclippy::assertions_on_result_states",
"-Aclippy::let_unit_value",
]

0 comments on commit 0d625ca

Please sign in to comment.