Code reorganisation and field support

This commit is contained in:
Zac Pullar-Strecker 2020-09-01 20:26:10 +12:00
parent a14194b428
commit 974518fde7
6 changed files with 105 additions and 60 deletions

View file

@ -387,7 +387,7 @@ impl Analysis {
&self,
position: FilePosition,
) -> Cancelable<Option<doc_links::DocumentationLink>> {
self.with_db(|db| doc_links::get_doc_url(db, &position))
self.with_db(|db| doc_links::external_docs(db, &position))
}
/// Computes parameter information for the given call expression.