Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop unnecessary
strict
feature from lightning-invoice
99aa6e2 detected that we had an undefined feature in `lightning-invoice` called `strict`, which was used to turn on `deny(warnings)`. It resolved that by adding the feature to the `Cargo.toml`, but we actually don't need it - our CI already builds with `-Dwarnings`, so any warnings should be rejected during CI and there's not a lot of value in having a (public) feature to do the same.
- Loading branch information