Skip to content

Commit

Permalink
Merge pull request #3183 from TheBlueMatt/2024-07-no-strict
Browse files Browse the repository at this point in the history
Drop unnecessary `strict` feature from `lightning-invoice`
  • Loading branch information
TheBlueMatt committed Jul 16, 2024
2 parents 17d5baa + e0f7974 commit 6e73c37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lightning-invoice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ rustdoc-args = ["--cfg", "docsrs"]
default = ["std"]
no-std = ["lightning/no-std"]
std = ["bitcoin/std", "lightning/std", "bech32/std"]
strict = []

[dependencies]
bech32 = { version = "0.9.1", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion lightning-invoice/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

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

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

//! This crate provides data structures to represent
Expand Down

0 comments on commit 6e73c37

Please sign in to comment.