mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Some minor cleanup in language_server
This commit is contained in:
parent
88c4a3af4e
commit
2763bc57cb
3 changed files with 42 additions and 40 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue