Remove unnecessary #[allow(unused)]
[rust-lightning] / lightning / src / offers / mod.rs
index c62702711c604d79047334c3f79b7217d7883b52..c6883abca34d827093a7e55de1d87a950ae4d28c 100644 (file)
@@ -22,7 +22,6 @@ pub mod merkle;
 pub mod parse;
 mod payer;
 pub mod refund;
-#[allow(unused)]
 pub(crate) mod signer;
 #[cfg(test)]
 mod test_utils;