mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
clippy on everything
This commit is contained in:
parent
7eb81fbcf3
commit
a7308130cf
14 changed files with 97 additions and 97 deletions
|
@ -88,7 +88,7 @@ fn write_types_for_module_real(module_id: ModuleId, filename: &str, output_path:
|
|||
|
||||
let mut module = match res_module {
|
||||
Ok(v) => v,
|
||||
Err(LoadingProblem::FormattedReport(report,None)) => {
|
||||
Err(LoadingProblem::FormattedReport(report, None)) => {
|
||||
internal_error!("{}", report);
|
||||
}
|
||||
Err(other) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue