Lexer tests: import formatting
This commit is contained in:
parent
3f8c2b6267
commit
2095bfec80
@ -6,10 +6,7 @@ mod ast {
|
||||
}
|
||||
mod lexer {
|
||||
#[allow(unused_imports)]
|
||||
use crate::{
|
||||
lexer::Lexer,
|
||||
token::preamble::*,
|
||||
};
|
||||
use crate::{lexer::Lexer, token::preamble::*};
|
||||
|
||||
macro test_lexer_output_type ($($f:ident {$($test:expr => $expect:expr),*$(,)?})*) {$(
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user