Skip to content

Commit bb1a050

Browse files
committed
f drop unused mut in monitor_tests as well
1 parent b688365 commit bb1a050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ mod reorg_tests;
5353
#[allow(unused_mut)]
5454
mod onion_route_tests;
5555
#[cfg(test)]
56+
#[allow(unused_mut)]
5657
mod monitor_tests;
5758

5859
pub use self::peer_channel_encryptor::LN_MAX_MSG_LEN;

0 commit comments

Comments
 (0)