Explorar el Código

chore(ci): bench

thesimplekid hace 9 meses
padre
commit
ed9762568a
Se han modificado 1 ficheros con 3 adiciones y 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)'] }