Skip to content

Commit

Permalink
remove unused lint cfg causing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Dec 2, 2024
1 parent 2f1e07b commit 59362c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ bitcoin = { version = "0.32.0", features = ["base64"] }
secp256k1 = { version = "0.29.0", features = ["rand-std"] }
actual-base64 = { package = "base64", version = "0.13.0" }

[lints.rust]
unexpected_cfgs = { level = "deny", check-cfg = ['cfg(miniscript_bench)'] }

[[example]]
name = "htlc"
required-features = ["compiler"]
Expand Down

0 comments on commit 59362c8

Please sign in to comment.