We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
match_ast
1 parent 2c27adc commit 8a9feedCopy full SHA for 8a9feed
crates/ide_assists/src/handlers/destructure_tuple_binding.rs
@@ -6,7 +6,7 @@ use ide_db::{
6
use itertools::Itertools;
7
use syntax::{
8
ast::{self, AstNode, FieldExpr, IdentPat, MethodCallExpr, NameOwner},
9
- match_ast, TextRange,
+ TextRange,
10
};
11
12
use crate::assist_context::{AssistBuilder, AssistContext, Assists};
0 commit comments