mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +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.
|
/// Problems that can occur in the course of canonicalization.
|
||||||
#[derive(Clone, Debug, PartialEq)]
|
#[derive(Clone, Debug, PartialEq)]
|
||||||
pub enum Problem {
|
pub enum Problem {
|
||||||
// TODO use Symbol over Ident with these
|
|
||||||
UnusedDef(Symbol, Region),
|
UnusedDef(Symbol, Region),
|
||||||
UnusedImport(ModuleId, Region),
|
UnusedImport(ModuleId, Region),
|
||||||
UnusedArgument(Symbol, Region),
|
UnusedArgument(Symbol, Region),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue