mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Drop unused comment
This commit is contained in:
parent
3e60a7b8ad
commit
8d39db305f
@ -184,11 +184,7 @@ pub fn canonicalize_defs<'a>(
|
||||
|
||||
for pending_def in pending.into_iter() {
|
||||
match pending_def {
|
||||
PendingDef::Alias { name, vars, ann } =>
|
||||
// name: Located<Symbol>,
|
||||
// vars: Vec<Located<Lowercase>>,
|
||||
// ann: &'a Located<ast::TypeAnnotation<'a>>,
|
||||
{
|
||||
PendingDef::Alias { name, vars, ann } => {
|
||||
let symbol = name.value;
|
||||
let mut can_ann =
|
||||
canonicalize_annotation(env, &mut scope, &ann.value, ann.region, var_store);
|
||||
|
Loading…
Reference in New Issue
Block a user