mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Add #[allow(unused_mut)] on reorg_test as older rustc requires mut
This commit is contained in:
parent
a369f9e64e
commit
be9ffb4819
1 changed files with 1 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue