diff --git a/libconlang/src/tests.rs b/libconlang/src/tests.rs index 9f06db7..855623c 100644 --- a/libconlang/src/tests.rs +++ b/libconlang/src/tests.rs @@ -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]