Add #[allow(unused_mut)] on reorg_test as older rustc requires mut

This commit is contained in:
Matt Corallo 2021-08-09 22:03:53 +00:00
parent a369f9e64e
commit be9ffb4819

View 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)]