Skip to content

Commit

Permalink
fix: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalletbo committed Oct 11, 2023
1 parent 1fe6ac8 commit f58a825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/parser/src/lexed_str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use rustc_dependencies::lexer as rustc_lexer;

use std::ops;

use rustc_lexer::unescape::{Mode, EscapeError};
use rustc_lexer::unescape::{EscapeError, Mode};

use crate::{
SyntaxKind::{self, *},
Expand Down

0 comments on commit f58a825

Please sign in to comment.