Run cargo fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pub mod walk;
|
||||
pub mod visit;
|
||||
|
||||
use {
|
||||
use crate::{
|
||||
SyntaxNodeRef, TextUnit, TextRange,
|
||||
text_utils::{contains_offset_nonstrict, is_subrange},
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use std::marker::PhantomData;
|
||||
use {SyntaxNodeRef, AstNode};
|
||||
use crate::{SyntaxNodeRef, AstNode};
|
||||
|
||||
|
||||
pub fn visitor<'a, T>() -> impl Visitor<'a, Output=T> {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use {
|
||||
use crate::{
|
||||
SyntaxNodeRef,
|
||||
algo::generate,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user