Skip to content

Commit

Permalink
Set cargo.toml option to ignore unused variable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Myocardinal committed Aug 30, 2024
1 parent 55af234 commit 51386e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ clap = "2.33"

[[bin]]
name = "cso"
path = "src/main.rs"
path = "src/main.rs"

[build]
rustflags = ["-Awarnings"]

0 comments on commit 51386e1

Please sign in to comment.