瀏覽代碼

chore(ci): bench

thesimplekid 9 月之前
父節點
當前提交
ed9762568a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      crates/cdk/Cargo.toml

+ 3 - 0
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)'] }