mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Delete unused branch (it never got hit on CI)
This commit is contained in:
parent
1d2b095814
commit
879b957676
1 changed files with 0 additions and 3 deletions
|
@ -341,9 +341,6 @@ pub fn canonicalize_module_defs<'a>(
|
|||
panic!("TODO gracefully handle shadowing in imports.")
|
||||
}
|
||||
}
|
||||
} else if [Symbol::LIST_LIST, Symbol::STR_STR, Symbol::BOX_BOX_TYPE].contains(&symbol) {
|
||||
unreachable!("This branch seems unreachable and should probably be deleted.");
|
||||
// These are not aliases but Apply's and we make sure they are always in scope
|
||||
} else {
|
||||
// This is a type alias or ability
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue