mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-31 23:38:45 +00:00
chore: format imports
This commit is contained in:
parent
b769f34f63
commit
4b281ffdf2
1 changed files with 2 additions and 4 deletions
|
@ -7,11 +7,9 @@
|
||||||
//!
|
//!
|
||||||
//! Note that these tokens, unlike the tokens we feed into the parser, do
|
//! Note that these tokens, unlike the tokens we feed into the parser, do
|
||||||
//! include info about comments and whitespace.
|
//! include info about comments and whitespace.
|
||||||
|
//
|
||||||
|
|
||||||
use rustc_dependencies::lexer::{
|
use rustc_dependencies::lexer as rustc_lexer;
|
||||||
self as rustc_lexer,
|
|
||||||
unescape::{unescape_c_string, unescape_literal},
|
|
||||||
};
|
|
||||||
|
|
||||||
use std::ops;
|
use std::ops;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue