Remove match_ast usage
This commit is contained in:
parent
2c27adc0a3
commit
8a9feeddd3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use ide_db::{
|
|||
use itertools::Itertools;
|
||||
use syntax::{
|
||||
ast::{self, AstNode, FieldExpr, IdentPat, MethodCallExpr, NameOwner},
|
||||
match_ast, TextRange,
|
||||
TextRange,
|
||||
};
|
||||
|
||||
use crate::assist_context::{AssistBuilder, AssistContext, Assists};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue