Some minor cleanup in language_server

This commit is contained in:
Ayaz Hafiz 2024-04-21 18:19:59 -05:00
parent 88c4a3af4e
commit 2763bc57cb
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 42 additions and 40 deletions

View file

@ -77,7 +77,7 @@ pub(super) fn get_module_completion_items(
mod_id,
interns,
exposed_symbols,
modules_info.docs.get(mod_id),
modules_info.get_docs(mod_id),
modules_info,
)),
..Default::default()
@ -90,7 +90,7 @@ pub(super) fn get_module_completion_items(
exposed_symbols,
modules_info,
mod_id,
modules_info.docs.get(mod_id),
modules_info.get_docs(mod_id),
interns,
)
} else {