mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Allow unused imports in lightning-invoice
prelude
This commit is contained in:
parent
5933af1f2d
commit
15e14166da
@ -77,6 +77,7 @@ mod de;
|
||||
mod ser;
|
||||
mod tb;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
mod prelude {
|
||||
#[cfg(feature = "hashbrown")]
|
||||
extern crate hashbrown;
|
||||
|
Loading…
Reference in New Issue
Block a user