diff options
author | Kirill Bulatov <[email protected]> | 2020-02-02 12:59:07 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-02 12:59:07 +0000 |
commit | 2ee94e3e24a8cda1594eadba9c64a553ec046818 (patch) | |
tree | 8f1fdac63609e728f645225c63e02fb313d03808 /crates/ra_assists/src/assists/add_import.rs | |
parent | c669b2f489cb551fbe53fd01f7532b5d55ffe704 (diff) |
Remove obsolete rustdoc
Diffstat (limited to 'crates/ra_assists/src/assists/add_import.rs')
-rw-r--r-- | crates/ra_assists/src/assists/add_import.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_assists/src/assists/add_import.rs b/crates/ra_assists/src/assists/add_import.rs index 96a494c93..fc038df78 100644 --- a/crates/ra_assists/src/assists/add_import.rs +++ b/crates/ra_assists/src/assists/add_import.rs | |||
@@ -20,7 +20,6 @@ pub fn auto_import_text_edit( | |||
20 | position: &SyntaxNode, | 20 | position: &SyntaxNode, |
21 | // The statement to use as anchor (last resort) | 21 | // The statement to use as anchor (last resort) |
22 | anchor: &SyntaxNode, | 22 | anchor: &SyntaxNode, |
23 | // The path to import as a sequence of strings | ||
24 | path_to_import: &ModPath, | 23 | path_to_import: &ModPath, |
25 | edit: &mut TextEditBuilder, | 24 | edit: &mut TextEditBuilder, |
26 | ) { | 25 | ) { |