diff --git a/pallets/parachain-system/src/unincluded_segment.rs b/pallets/parachain-system/src/unincluded_segment.rs index 14358849b2b..b8e840051bf 100644 --- a/pallets/parachain-system/src/unincluded_segment.rs +++ b/pallets/parachain-system/src/unincluded_segment.rs @@ -394,7 +394,7 @@ impl SegmentTracker { /// Return go ahead signal consumed by some ancestor in a segment, if any. pub fn consumed_go_ahead_signal(&self) -> Option { - self.consumed_go_ahead_signal.clone() + self.consumed_go_ahead_signal } }