mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Drop obsolete comment
This commit is contained in:
parent
15092e7424
commit
5615a26569
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ use roc_region::all::{Located, Region};
|
|||
/// Problems that can occur in the course of canonicalization.
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub enum Problem {
|
||||
// TODO use Symbol over Ident with these
|
||||
UnusedDef(Symbol, Region),
|
||||
UnusedImport(ModuleId, Region),
|
||||
UnusedArgument(Symbol, Region),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue