diff options
Diffstat (limited to 'crates/ide/src/lib.rs')
-rw-r--r-- | crates/ide/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/lib.rs b/crates/ide/src/lib.rs index 0580d2979..5db6e1311 100644 --- a/crates/ide/src/lib.rs +++ b/crates/ide/src/lib.rs | |||
@@ -387,7 +387,7 @@ impl Analysis { | |||
387 | &self, | 387 | &self, |
388 | position: FilePosition, | 388 | position: FilePosition, |
389 | ) -> Cancelable<Option<doc_links::DocumentationLink>> { | 389 | ) -> Cancelable<Option<doc_links::DocumentationLink>> { |
390 | self.with_db(|db| doc_links::get_doc_url(db, &position)) | 390 | self.with_db(|db| doc_links::external_docs(db, &position)) |
391 | } | 391 | } |
392 | 392 | ||
393 | /// Computes parameter information for the given call expression. | 393 | /// Computes parameter information for the given call expression. |