Skip to content

Commit 8a9feed

Browse files
committed
Remove match_ast usage
1 parent 2c27adc commit 8a9feed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_assists/src/handlers/destructure_tuple_binding.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use ide_db::{
66
use itertools::Itertools;
77
use syntax::{
88
ast::{self, AstNode, FieldExpr, IdentPat, MethodCallExpr, NameOwner},
9-
match_ast, TextRange,
9+
TextRange,
1010
};
1111

1212
use crate::assist_context::{AssistBuilder, AssistContext, Assists};

0 commit comments

Comments
 (0)