aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ide_assists')
-rw-r--r--crates/ide_assists/src/assist_context.rs2
-rw-r--r--crates/ide_assists/src/path_transform.rs3
2 files changed, 3 insertions, 2 deletions
diff --git a/crates/ide_assists/src/assist_context.rs b/crates/ide_assists/src/assist_context.rs
index 20754a02a..8fc40f9bd 100644
--- a/crates/ide_assists/src/assist_context.rs
+++ b/crates/ide_assists/src/assist_context.rs
@@ -1,4 +1,4 @@
1//! See `AssistContext` 1//! See [`AssistContext`].
2 2
3use std::mem; 3use std::mem;
4 4
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;