diff --git a/Cargo.toml b/Cargo.toml index 37c9190a4..46bb48143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,6 @@ categories = ["cryptography::cryptocurrencies"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(vss)', 'cfg(vss_test)'] } - [lib] crate-type = ["lib", "staticlib", "cdylib"] name = "ldk_node"