Skip to content

Commit

Permalink
feat(ast): add visit_span to Visit and VisitMut (#7816)
Browse files Browse the repository at this point in the history
Add `Visit::visit_span` and `VisitMut::visit_span` methods, to facilitate #7811.

Both are no-ops by default, and marked `#[inline]`, so this produces no performance impact.
  • Loading branch information
overlookmotel committed Dec 12, 2024
1 parent d14d360 commit 8991f33
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 5 deletions.
Loading

0 comments on commit 8991f33

Please sign in to comment.