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:
@@ -56,10 +56,6 @@ mod tests;
|
||||
mod tokenstream {
|
||||
mod tests;
|
||||
}
|
||||
#[cfg(test)]
|
||||
mod mut_visit {
|
||||
mod tests;
|
||||
}
|
||||
|
||||
bitflags::bitflags! {
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user