1
Fork 0

syntax: Rename TokenAndSpan into Token

This commit is contained in:
Vadim Petrochenkov 2019-06-04 18:48:40 +03:00
parent 99b27d749c
commit a3425edb46
8 changed files with 118 additions and 122 deletions

View file

@ -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};