mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Allow unused imports in lightning-invoice
prelude
This commit is contained in:
parent
5933af1f2d
commit
15e14166da
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ mod de;
|
|||
mod ser;
|
||||
mod tb;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
mod prelude {
|
||||
#[cfg(feature = "hashbrown")]
|
||||
extern crate hashbrown;
|
||||
|
|
Loading…
Add table
Reference in a new issue