Skip to content

Commit 404c114

Browse files
committed
fix: lint
1 parent a04d72d commit 404c114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/oxc_parser/src/astro

crates/oxc_parser/src/astro/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ impl<'a, C: ParserConfig> ParserImpl<'a, C> {
436436
mod test {
437437
use oxc_allocator::Allocator;
438438
use oxc_ast::ast::{JSXChild, JSXElementName, JSXExpression, Statement};
439-
use oxc_span::{GetSpan, SourceType};
439+
use oxc_span::SourceType;
440440

441441
use crate::Parser;
442442

0 commit comments

Comments
 (0)