fix lints for upcoming 1.88.0 toolchain

This commit is contained in:
Charles Hall 2025-07-21 09:33:01 -07:00
parent fa6fb37a2c
commit 595f35b673
19 changed files with 41 additions and 42 deletions

View file

@ -257,7 +257,7 @@ impl Service {
)?;
return Ok(());
};
}
// Else we have two options.
// 1. We add the current diff on top of the parent layer.
@ -374,7 +374,7 @@ impl Service {
2,
states_parents,
)?;
};
}
Ok((new_shortstatehash, statediffnew, statediffremoved))
}