diff options
Diffstat (limited to 'crates/ide_assists/src')
-rw-r--r-- | crates/ide_assists/src/assist_context.rs | 2 | ||||
-rw-r--r-- | crates/ide_assists/src/path_transform.rs | 3 |
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 | ||
3 | use std::mem; | 3 | use 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 | |||
2 | use hir::{HirDisplay, SemanticsScope}; | 3 | use hir::{HirDisplay, SemanticsScope}; |
3 | use ide_db::helpers::mod_path_to_ast; | 4 | use ide_db::helpers::mod_path_to_ast; |
4 | use rustc_hash::FxHashMap; | 5 | use rustc_hash::FxHashMap; |