Add #[allow(unused_mut)] on reorg_test as older rustc requires mut
authorMatt Corallo <git@bluematt.me>
Mon, 9 Aug 2021 22:03:53 +0000 (22:03 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 13 Aug 2021 23:02:23 +0000 (23:02 +0000)
lightning/src/ln/mod.rs

index 5576d8bd057c84773c4e634b9fbe51f2af40028c..758927fdf17bb0ea221146ad4901517959418675 100644 (file)
@@ -53,6 +53,7 @@ mod functional_tests;
 #[allow(unused_mut)]
 mod chanmon_update_fail_tests;
 #[cfg(test)]
+#[allow(unused_mut)]
 mod reorg_tests;
 #[cfg(test)]
 #[allow(unused_mut)]