Skip to content

Commit 4b281ff

Browse files
committed
chore: format imports
1 parent b769f34 commit 4b281ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

crates/parser/src/lexed_str.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
//!
88
//! Note that these tokens, unlike the tokens we feed into the parser, do
99
//! include info about comments and whitespace.
10+
//
1011

11-
use rustc_dependencies::lexer::{
12-
self as rustc_lexer,
13-
unescape::{unescape_c_string, unescape_literal},
14-
};
12+
use rustc_dependencies::lexer as rustc_lexer;
1513

1614
use std::ops;
1715

0 commit comments

Comments
 (0)