diff --git a/Cargo.toml b/Cargo.toml index b4cee25b..085bd133 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,3 +76,6 @@ wiremock = "0.6.2" [patch.crates-io] starknet-core = { git = "https://github.com/kariy/starknet-rs", branch = "dojo-patch" } + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }