Allow unused imports in `lightning-invoice` prelude
authorElias Rohrer <dev@tnull.de>
Sat, 16 Dec 2023 17:59:49 +0000 (18:59 +0100)
committerElias Rohrer <dev@tnull.de>
Mon, 18 Dec 2023 07:53:28 +0000 (08:53 +0100)
lightning-invoice/src/lib.rs

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