diff --git a/Cargo.toml b/Cargo.toml index 9b3524e..d1d0603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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)"] }