Skip to content

Commit 135f674

Browse files
committed
Allow unused imports in lightning-invoice prelude
1 parent fca77fc commit 135f674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning-invoice/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ mod de;
7777
mod ser;
7878
mod tb;
7979

80+
#[allow(unused_imports)]
8081
mod prelude {
8182
#[cfg(feature = "hashbrown")]
8283
extern crate hashbrown;

0 commit comments

Comments
 (0)