mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-04 00:54:36 +00:00
remove un-used?
This commit is contained in:
parent
c7e60e69a0
commit
02f0aca18c
3 changed files with 1 additions and 4 deletions
|
@ -247,7 +247,6 @@ impl AnalyzedDocument {
|
|||
//TODO: this doesn't work with builtins for some reason
|
||||
Some(get_upper_case_completion_items(
|
||||
symbol_prefix,
|
||||
module_id,
|
||||
interns,
|
||||
imports,
|
||||
other_modules_subs,
|
||||
|
@ -274,7 +273,6 @@ impl AnalyzedDocument {
|
|||
info!("Getting module completion");
|
||||
let completions = get_upper_case_completion_items(
|
||||
symbol_prefix,
|
||||
module_id,
|
||||
interns,
|
||||
imports,
|
||||
other_modules_subs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue