From 59362c8e9506db8c4d265ad8221408024439749d Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Mon, 2 Dec 2024 10:27:24 +0100 Subject: [PATCH] remove unused lint cfg causing warning --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 692e0d4d..f7596550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]