minor: import Either from either
This commit is contained in:
@@ -13,7 +13,7 @@ pub mod prec;
|
||||
|
||||
use std::marker::PhantomData;
|
||||
|
||||
use itertools::Either;
|
||||
use either::Either;
|
||||
|
||||
use crate::{
|
||||
syntax_node::{SyntaxNode, SyntaxNodeChildren, SyntaxToken},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//! Various traits that are implemented by ast nodes.
|
||||
//!
|
||||
//! The implementations are usually trivial, and live in generated.rs
|
||||
use itertools::Either;
|
||||
use either::Either;
|
||||
|
||||
use crate::{
|
||||
ast::{self, support, AstChildren, AstNode, AstToken},
|
||||
|
||||
Reference in New Issue
Block a user