mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
itertools::Either -> either::Either
This commit is contained in:
parent
78a21253b4
commit
d51cf7794d
7 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ use ra_db::{FilePosition, FileRange};
|
|||
|
||||
use crate::{db::RootDatabase, FileId, SourceChange, SourceFileEdit};
|
||||
|
||||
use itertools::Either;
|
||||
use either::Either;
|
||||
pub use ra_assists::AssistId;
|
||||
use ra_assists::{AssistAction, AssistLabel};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue