Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_assists/src/handlers/destructure_tuple_binding.rs')
-rw-r--r--crates/ide_assists/src/handlers/destructure_tuple_binding.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_assists/src/handlers/destructure_tuple_binding.rs b/crates/ide_assists/src/handlers/destructure_tuple_binding.rs
index eebeb2c4a5..a421f57754 100644
--- a/crates/ide_assists/src/handlers/destructure_tuple_binding.rs
+++ b/crates/ide_assists/src/handlers/destructure_tuple_binding.rs
@@ -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};