Remove match_ast usage

This commit is contained in:
BooksBaum 2021-08-19 14:17:23 +02:00
parent 2c27adc0a3
commit 8a9feeddd3
No known key found for this signature in database
GPG Key ID: 8C831753B888F65A

View File

@ -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};