mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
clippy
This commit is contained in:
parent
af4ee51560
commit
b20269d16d
4 changed files with 22 additions and 24 deletions
|
@ -176,7 +176,7 @@ fn jit_to_ast_help<'a>(
|
|||
),
|
||||
Content::Structure(FlatType::Func(_, _, _)) => {
|
||||
// a function with a struct as the closure environment
|
||||
return Err(ToAstProblem::FunctionLayout);
|
||||
Err(ToAstProblem::FunctionLayout)
|
||||
}
|
||||
other => {
|
||||
unreachable!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue