From 859bbc09a1f105ee93c8fbb8a2d1476e233cd2b7 Mon Sep 17 00:00:00 2001 From: dwiekawki Date: Tue, 7 Jan 2025 19:04:42 +0000 Subject: [PATCH] chore: fix `udeps` job --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf5a00bf..6a9486f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,4 +90,4 @@ wiremock = "0.6.2" starknet-core = { git = "https://github.com/kariy/starknet-rs", branch = "dojo-patch" } [lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)', 'cfg(tarpaulin_include)'] }