mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-30 15:17:31 +00:00
Cargo Format
Run `cargo fmt` and ignore generated files
This commit is contained in:
parent
39cb6c6d3f
commit
61f3a438d3
76 changed files with 1936 additions and 1530 deletions
|
@ -2,9 +2,9 @@ extern crate difference;
|
|||
extern crate itertools;
|
||||
extern crate text_unit;
|
||||
|
||||
use std::fmt;
|
||||
use itertools::Itertools;
|
||||
use text_unit::{TextUnit, TextRange};
|
||||
use std::fmt;
|
||||
use text_unit::{TextRange, TextUnit};
|
||||
|
||||
pub use self::difference::Changeset as __Changeset;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue