syntax: Rename TokenAndSpan
into Token
This commit is contained in:
parent
99b27d749c
commit
a3425edb46
8 changed files with 118 additions and 122 deletions
|
@ -580,7 +580,6 @@ mod tests {
|
|||
use super::*;
|
||||
use crate::syntax::ast::Ident;
|
||||
use crate::with_default_globals;
|
||||
use crate::parse::token::TokenKind;
|
||||
use crate::util::parser_testing::string_to_stream;
|
||||
use syntax_pos::{Span, BytePos, NO_EXPANSION};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue