We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17d5baa + e0f7974 commit 6e73c37Copy full SHA for 6e73c37
lightning-invoice/Cargo.toml
@@ -18,7 +18,6 @@ rustdoc-args = ["--cfg", "docsrs"]
18
default = ["std"]
19
no-std = ["lightning/no-std"]
20
std = ["bitcoin/std", "lightning/std", "bech32/std"]
21
-strict = []
22
23
[dependencies]
24
bech32 = { version = "0.9.1", default-features = false }
lightning-invoice/src/lib.rs
@@ -9,7 +9,6 @@
9
10
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
11
12
-#![cfg_attr(feature = "strict", deny(warnings))]
13
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
14
15
//! This crate provides data structures to represent
0 commit comments