Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Fixing an incorrect loop
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Sep 3, 2021
1 parent 795a561 commit 5cea68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/analyzer/definition_lookup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ impl DefinitionLookup {
name,
index: i.clone(),
}));
break 'outer;
continue 'outer;
}
}
return Err(DefinitionLookupError::IndexDoesNotExist(index_id));
Expand Down

0 comments on commit 5cea68e

Please sign in to comment.