Skip to content

Commit

Permalink
fuc
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-gaffney committed Jun 28, 2023
1 parent 9993ba9 commit 23efbb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sloth/src/analysis/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ pub(super) fn propagate_types(node: &mut Expr) -> Result<(), AnalysisError> {
AnalysisError::UnknownIdentifier(node.line, identifier.to_owned()),
)?
}
ExprKind::Iterator() => {}
ExprKind::BinaryOp { lhs, rhs, op } => {
// Propagating the types to the children
propagate_types(lhs)?;
Expand Down

0 comments on commit 23efbb2

Please sign in to comment.