about summary refs log tree commit diff
path: root/crates/parser
diff options
context:
space:
mode:
authorPol Valletbó <pol.valletbo@glovoapp.com>2023-10-11 12:36:53 +0200
committerPol Valletbó <pol.valletbo@glovoapp.com>2023-10-11 12:36:53 +0200
commitf58a8250dc3104e336ec8611702d015bd47f508a (patch)
treec8103c41fba95aea0c6ab2fa67956e9d58ac7ec3 /crates/parser
parent1fe6ac87e91f97ac28111863970aff6f5d2deb31 (diff)
downloadrust-f58a8250dc3104e336ec8611702d015bd47f508a.tar.gz
rust-f58a8250dc3104e336ec8611702d015bd47f508a.zip
fix: cargo fmt
Diffstat (limited to 'crates/parser')
-rw-r--r--crates/parser/src/lexed_str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/src/lexed_str.rs b/crates/parser/src/lexed_str.rs
index 031ac27724e..8e8bdce1eef 100644
--- a/crates/parser/src/lexed_str.rs
+++ b/crates/parser/src/lexed_str.rs
@@ -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, *},