mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Remove irrelevant todos
This commit is contained in:
parent
6adc6d9168
commit
9a5a5c3462
4 changed files with 1 additions and 7 deletions
|
@ -239,7 +239,6 @@ fn make_completion_item(
|
|||
let typ = match subs.get(var).content {
|
||||
roc_types::subs::Content::Structure(var) => match var {
|
||||
roc_types::subs::FlatType::Apply(_, _) => CompletionItemKind::FUNCTION,
|
||||
// [purity-inference] TODO: Categorize by purity?
|
||||
roc_types::subs::FlatType::Func(_, _, _, _) => CompletionItemKind::FUNCTION,
|
||||
roc_types::subs::FlatType::EmptyTagUnion
|
||||
| roc_types::subs::FlatType::TagUnion(_, _) => CompletionItemKind::ENUM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue