aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/path_transform.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ide_assists/src/path_transform.rs')
-rw-r--r--crates/ide_assists/src/path_transform.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ide_assists/src/path_transform.rs b/crates/ide_assists/src/path_transform.rs
index 6ec318c4c..48a7fa06a 100644
--- a/crates/ide_assists/src/path_transform.rs
+++ b/crates/ide_assists/src/path_transform.rs
@@ -1,4 +1,5 @@
1//! See `PathTransform` 1//! See [`PathTransform`].
2
2use hir::{HirDisplay, SemanticsScope}; 3use hir::{HirDisplay, SemanticsScope};
3use ide_db::helpers::mod_path_to_ast; 4use ide_db::helpers::mod_path_to_ast;
4use rustc_hash::FxHashMap; 5use rustc_hash::FxHashMap;