Skip to content

Commit 59362c8

Browse files
committed
remove unused lint cfg causing warning
1 parent 2f1e07b commit 59362c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ bitcoin = { version = "0.32.0", features = ["base64"] }
3535
secp256k1 = { version = "0.29.0", features = ["rand-std"] }
3636
actual-base64 = { package = "base64", version = "0.13.0" }
3737

38-
[lints.rust]
39-
unexpected_cfgs = { level = "deny", check-cfg = ['cfg(miniscript_bench)'] }
40-
4138
[[example]]
4239
name = "htlc"
4340
required-features = ["compiler"]

0 commit comments

Comments
 (0)