ast: Remove token visiting from AST visitor

It's no longer necessary after the removal of nonterminal tokens in #124141.
This commit is contained in:
Vadim Petrochenkov
2025-04-29 09:59:17 +03:00
parent 427288b3ce
commit 6668d13de2
6 changed files with 32 additions and 216 deletions

View File

@@ -56,10 +56,6 @@ mod tests;
mod tokenstream {
mod tests;
}
#[cfg(test)]
mod mut_visit {
mod tests;
}
bitflags::bitflags! {
#[derive(Clone, Copy, Debug)]