Skip to content

Commit

Permalink
fix: Clippy - Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed Oct 30, 2024
1 parent 03c316c commit 61fe5a2
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 61fe5a2

Please sign in to comment.