Explorar o código

chore(ci): bench

thesimplekid hai 9 meses
pai
achega
ed9762568a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)'] }