Skip to content

Commit

Permalink
Remove match_ast usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Booksbaum committed Aug 19, 2021
1 parent 2c27adc commit 8a9feed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 8a9feed

Please sign in to comment.