Skip to content

Commit 2ee94e3

Browse files
Remove obsolete rustdoc
1 parent c669b2f commit 2ee94e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ra_assists/src/assists/add_import.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pub fn auto_import_text_edit(
2020
position: &SyntaxNode,
2121
// The statement to use as anchor (last resort)
2222
anchor: &SyntaxNode,
23-
// The path to import as a sequence of strings
2423
path_to_import: &ModPath,
2524
edit: &mut TextEditBuilder,
2625
) {

0 commit comments

Comments
 (0)