Skip to content

Commit 6e73c37

Browse files
authored
Merge pull request #3183 from TheBlueMatt/2024-07-no-strict
Drop unnecessary `strict` feature from `lightning-invoice`
2 parents 17d5baa + e0f7974 commit 6e73c37

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lightning-invoice/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ rustdoc-args = ["--cfg", "docsrs"]
1818
default = ["std"]
1919
no-std = ["lightning/no-std"]
2020
std = ["bitcoin/std", "lightning/std", "bech32/std"]
21-
strict = []
2221

2322
[dependencies]
2423
bech32 = { version = "0.9.1", default-features = false }

lightning-invoice/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
1111

12-
#![cfg_attr(feature = "strict", deny(warnings))]
1312
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
1413

1514
//! This crate provides data structures to represent

0 commit comments

Comments
 (0)