Skip to content

Commit

Permalink
Merge pull request #57 from mihaigalos/fix/clippy2
Browse files Browse the repository at this point in the history
fix: Clippy - Warnings
  • Loading branch information
mihaigalos authored Oct 30, 2024
2 parents 03c316c + 61fe5a2 commit 8a31247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ byte-unit = "4.0.19"
clap = { version = "4.5.4", features = ["cargo", "string"] }
colored = "2.1.0"
nix = { version = "0.29.0", features = ["fs"] }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin_include)"] }

0 comments on commit 8a31247

Please sign in to comment.