mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
clippy on everything
This commit is contained in:
parent
7eb81fbcf3
commit
a7308130cf
14 changed files with 97 additions and 97 deletions
|
@ -63,7 +63,8 @@ pub(crate) fn write_compiled_ir<'a>(
|
|||
let loaded = match loaded {
|
||||
Ok(x) => x,
|
||||
Err(LoadMonomorphizedError::LoadingProblem(roc_load::LoadingProblem::FormattedReport(
|
||||
report,_
|
||||
report,
|
||||
_,
|
||||
))) => {
|
||||
println!("{report}");
|
||||
panic!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue