Ver Fonte

chore(ci): bench

thesimplekid há 9 meses atrás
pai
commit
ed9762568a
1 ficheiros alterados com 3 adições e 0 exclusões
  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)'] }