Unnamed repository; edit this file 'description' to name the repository.
chore: format imports
Pol Valletbó 2023-10-11
parent b769f34 · commit 4b281ff
-rw-r--r--crates/parser/src/lexed_str.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/crates/parser/src/lexed_str.rs b/crates/parser/src/lexed_str.rs
index 4d322f21ae..13189b8bd0 100644
--- a/crates/parser/src/lexed_str.rs
+++ b/crates/parser/src/lexed_str.rs
@@ -7,11 +7,9 @@
//!
//! Note that these tokens, unlike the tokens we feed into the parser, do
//! include info about comments and whitespace.
+//
-use rustc_dependencies::lexer::{
- self as rustc_lexer,
- unescape::{unescape_c_string, unescape_literal},
-};
+use rustc_dependencies::lexer as rustc_lexer;
use std::ops;