Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-db/src/path_transform.rs')
-rw-r--r--crates/ide-db/src/path_transform.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/ide-db/src/path_transform.rs b/crates/ide-db/src/path_transform.rs
index a348a4ef7d..5aef2a6e02 100644
--- a/crates/ide-db/src/path_transform.rs
+++ b/crates/ide-db/src/path_transform.rs
@@ -7,8 +7,9 @@ use itertools::Itertools;
use rustc_hash::FxHashMap;
use span::Edition;
use syntax::{
- ast::{self, make, AstNode, HasGenericArgs},
- ted, NodeOrToken, SyntaxNode,
+ NodeOrToken, SyntaxNode,
+ ast::{self, AstNode, HasGenericArgs, make},
+ ted,
};
#[derive(Default)]