Skip to content

Commit 1bb3563

Browse files
committed
🧹 Merge duplicate impl Analyser blocks into one
1 parent bff717b commit 1bb3563

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎ndc_lib/src/interpreter/semantic/analyser.rs‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ impl Analyser {
2222
pub fn restore(&mut self, checkpoint: ScopeTree) {
2323
self.scope_tree = checkpoint;
2424
}
25-
}
2625

27-
impl Analyser {
2826
pub fn analyse(
2927
&mut self,
3028
ExpressionLocation { expression, span }: &mut ExpressionLocation,

0 commit comments

Comments
 (0)