Skip to content

Commit 15e1416

Browse files
committed
Allow unused imports in lightning-invoice prelude
1 parent 5933af1 commit 15e1416

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)