Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Dec 23, 2024
1 parent c26dc16 commit df68677
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,8 @@ impl<'a> Fold for LinguiMacroFolder {
}

let mut folder = JsMacroFolder::new(&mut self.ctx);

folder.fold_expr(expr).fold_children_with(self)
}

fn fold_call_expr(&mut self, expr: CallExpr) -> CallExpr {
// If no package that we care about is imported, skip the following
// transformation logic.
Expand Down

0 comments on commit df68677

Please # to comment.