diff --git a/src/runtime2/consensus.rs b/src/runtime2/consensus.rs index b96ff7ac38f93de7a38a605dd8f715a2f711d899..3dcc486fd31924a0df5c3f1ae47caa13009fbb0f 100644 --- a/src/runtime2/consensus.rs +++ b/src/runtime2/consensus.rs @@ -1199,7 +1199,7 @@ impl SolutionCombiner { } fn add_presence_and_check_for_global_failure(&mut self, component_id: ConnectorId, channels: &[LocalChannelPresence]) -> bool { - 'new_report_loop: for entry in channels { + for entry in channels { let mut found = false; for existing in &mut self.presence {