Remove irrelevant todos

This commit is contained in:
Agus Zubiaga 2024-10-16 20:27:59 -03:00
parent 6adc6d9168
commit 9a5a5c3462
No known key found for this signature in database
4 changed files with 1 additions and 7 deletions

View file

@ -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,