Changes from review

This commit is contained in:
Zac Pullar-Strecker 2020-09-01 11:38:32 +12:00
parent 8c32bdea36
commit a14194b428
6 changed files with 14 additions and 47 deletions

View file

@ -383,7 +383,7 @@ impl Analysis {
}
/// Return URL(s) for the documentation of the symbol under the cursor.
pub fn get_doc_url(
pub fn external_docs(
&self,
position: FilePosition,
) -> Cancelable<Option<doc_links::DocumentationLink>> {