mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
ce9fc4a9e9
ast: Remove token visiting from AST visitor It's no longer necessary after the removal of nonterminal tokens in #124141. r? `@nnethercote`