]> git.lizzy.rs Git - rust.git/commitdiff
Remove `match_ast` usage
authorBooksBaum <15612932+Booksbaum@users.noreply.github.com>
Thu, 19 Aug 2021 12:17:23 +0000 (14:17 +0200)
committerBooksBaum <15612932+Booksbaum@users.noreply.github.com>
Thu, 19 Aug 2021 12:17:23 +0000 (14:17 +0200)
crates/ide_assists/src/handlers/destructure_tuple_binding.rs

index eebeb2c4a51535a83961600995dea2433da54121..a421f57754672111a0e2e14c879ebc5a1e0af0c9 100644 (file)
@@ -6,7 +6,7 @@
 use itertools::Itertools;
 use syntax::{
     ast::{self, AstNode, FieldExpr, IdentPat, MethodCallExpr, NameOwner},
-    match_ast, TextRange,
+    TextRange,
 };
 
 use crate::assist_context::{AssistBuilder, AssistContext, Assists};