mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Changes from review
This commit is contained in:
parent
8c32bdea36
commit
a14194b428
6 changed files with 14 additions and 47 deletions
|
@ -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>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue