Remove obsolete rustdoc

This commit is contained in:
Kirill Bulatov
2020-02-02 14:59:07 +02:00
committed by GitHub
parent c669b2f489
commit 2ee94e3e24

View File

@@ -20,7 +20,6 @@ pub fn auto_import_text_edit(
position: &SyntaxNode,
// The statement to use as anchor (last resort)
anchor: &SyntaxNode,
// The path to import as a sequence of strings
path_to_import: &ModPath,
edit: &mut TextEditBuilder,
) {