mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
fix new clippy warnings
This commit is contained in:
parent
4da01c720e
commit
f02193b962
3 changed files with 11 additions and 5 deletions
|
@ -1326,7 +1326,7 @@ fn to_pending_def<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
Err(_err) => panic!("TODO gracefully handle shadowing of type alias"),
|
||||
Err(err) => panic!("TODO gracefully handle shadowing of type alias {:?}", err),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue