Skip to content

Commit

Permalink
Update crates/red_knot_python_semantic/src/semantic_index/builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Micha Reiser <[email protected]>
  • Loading branch information
dcreager and MichaReiser authored Jan 7, 2025
1 parent be528fb commit 474588c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ where
cases,
range: _,
}) => {
debug_assert!(self.current_match_case.is_none());
debug_assert_eq!(self.current_match_case, None);

let subject_expr = self.add_standalone_expression(subject);
self.visit_expr(subject);
Expand Down

0 comments on commit 474588c

Please sign in to comment.