Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-ssr/src/matching.rs')
-rw-r--r--crates/ide-ssr/src/matching.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/ide-ssr/src/matching.rs b/crates/ide-ssr/src/matching.rs
index a76516f44f..0776b8bc5e 100644
--- a/crates/ide-ssr/src/matching.rs
+++ b/crates/ide-ssr/src/matching.rs
@@ -2,16 +2,16 @@
//! process of matching, placeholder values are recorded.
use crate::{
+ SsrMatches,
parsing::{Constraint, NodeKind, Placeholder, Var},
resolving::{ResolvedPattern, ResolvedRule, UfcsCallInfo},
- SsrMatches,
};
use hir::{FileRange, ImportPathConfig, Semantics};
-use ide_db::{base_db::RootQueryDb, FxHashMap};
+use ide_db::{FxHashMap, base_db::RootQueryDb};
use std::{cell::Cell, iter::Peekable};
use syntax::{
- ast::{self, AstNode, AstToken, HasGenericArgs},
SmolStr, SyntaxElement, SyntaxElementChildren, SyntaxKind, SyntaxNode, SyntaxToken,
+ ast::{self, AstNode, AstToken, HasGenericArgs},
};
// Creates a match error. If we're currently attempting to match some code that we thought we were