mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-21 09:40:13 +00:00
modernize some code
This commit is contained in:
parent
25cf2349ab
commit
49324ee566
3 changed files with 7 additions and 18 deletions
|
@ -1,12 +1,9 @@
|
|||
extern crate difference;
|
||||
extern crate itertools;
|
||||
extern crate text_unit;
|
||||
use std::fmt;
|
||||
|
||||
use itertools::Itertools;
|
||||
use std::fmt;
|
||||
use text_unit::{TextRange, TextUnit};
|
||||
|
||||
pub use self::difference::Changeset as __Changeset;
|
||||
pub use difference::Changeset as __Changeset;
|
||||
|
||||
pub const CURSOR_MARKER: &str = "<|>";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue