mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 22:54:00 +00:00
fix: cargo fmt
This commit is contained in:
parent
1fe6ac87e9
commit
f58a8250dc
1 changed files with 1 additions and 1 deletions
|
@ -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, *},
|
||||
|
|
Loading…
Reference in a new issue