Skip to content

Commit

Permalink
Fix missing Dummy match arm
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 23, 2024
1 parent 49aa797 commit 03d38b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ impl<'a> ListenerMap for ForStatementInit<'a> {
Self::VariableDeclaration(decl) => {
decl.declarations.iter().for_each(|decl| decl.report_effects(options));
}
Self::Dummy => dummy!(unreachable),
}
}
}
Expand Down

0 comments on commit 03d38b2

Please sign in to comment.