removal of contracts experiemnt - clippy 2

This commit is contained in:
mfahampshire
2026-01-08 12:52:01 +00:00
parent b143e755c4
commit 0b552d50bb
@@ -23,6 +23,7 @@ fn ensure_can_advance_state(
}
// otherwise fallback to the deadline
#[allow(clippy::collapsible_if)]
if let Some(finish_timestamp) = current_epoch.deadline {
if finish_timestamp > env.block.time {
return Err(ContractError::EarlyEpochStateAdvancement(