From ed9762568aa2e9a150e410be3ea167342fe1871b Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Thu, 1 Aug 2024 09:04:47 -0500 Subject: [PATCH] chore(ci): bench --- crates/cdk/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/cdk/Cargo.toml b/crates/cdk/Cargo.toml index 290d250f..c3f3ee40 100644 --- a/crates/cdk/Cargo.toml +++ b/crates/cdk/Cargo.toml @@ -76,3 +76,6 @@ required-features = ["wallet"] rand.workspace = true bip39.workspace = true anyhow.workspace = true + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }