diff --git a/crates/sui-core/src/checkpoints/checkpoint_executor/mod.rs b/crates/sui-core/src/checkpoints/checkpoint_executor/mod.rs index 985ddbdc370a26..6a8344b97e6ffa 100644 --- a/crates/sui-core/src/checkpoints/checkpoint_executor/mod.rs +++ b/crates/sui-core/src/checkpoints/checkpoint_executor/mod.rs @@ -797,6 +797,7 @@ impl CheckpointExecutor { // Logs within the function are annotated with the checkpoint sequence number and epoch, // from schedule_checkpoint(). +#[allow(clippy::type_complexity)] #[instrument(level = "debug", skip_all, fields(seq = ?checkpoint.sequence_number(), epoch = ?epoch_store.epoch()))] async fn execute_checkpoint( checkpoint: VerifiedCheckpoint,