mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
Format code
This commit is contained in:
parent
6225bb9c44
commit
1f727edb2d
@ -10,7 +10,9 @@
|
||||
|
||||
use std::ops;
|
||||
|
||||
use rustc_literal_escaper::{EscapeError, Mode, unescape_byte, unescape_char, unescape_mixed, unescape_unicode};
|
||||
use rustc_literal_escaper::{
|
||||
EscapeError, Mode, unescape_byte, unescape_char, unescape_mixed, unescape_unicode,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
Edition,
|
||||
|
Loading…
x
Reference in New Issue
Block a user