Allow unused imports in lightning-invoice prelude

This commit is contained in:
Elias Rohrer 2023-12-16 18:59:49 +01:00
parent 5933af1f2d
commit 15e14166da
No known key found for this signature in database
GPG Key ID: 36153082BDF676FD

View File

@ -77,6 +77,7 @@ mod de;
mod ser;
mod tb;
#[allow(unused_imports)]
mod prelude {
#[cfg(feature = "hashbrown")]
extern crate hashbrown;