Skip to content

Commit

Permalink
ci: add cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Sep 25, 2023
1 parent a833a34 commit 5b35fd7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[build]
rustflags = [
"-D",
"warnings",
"-D",
"future-incompatible",
"-D",
"let-underscore",
"-D",
"nonstandard-style",
"-D",
"rust-2018-compatibility",
"-D",
"rust-2018-idioms",
"-D",
"rust-2021-compatibility",
"-D",
"unused",
]

0 comments on commit 5b35fd7

Please sign in to comment.