mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
clippy
This commit is contained in:
parent
2163147e42
commit
57acbb5f28
1 changed files with 1 additions and 1 deletions
|
@ -9120,7 +9120,7 @@ where
|
|||
|
||||
fn empty_lambda_set_error() -> Stmt<'static> {
|
||||
let msg = "a Lambda Set is empty. Most likely there is a type error in your program.";
|
||||
return Stmt::RuntimeError(msg);
|
||||
Stmt::RuntimeError(msg)
|
||||
}
|
||||
|
||||
/// Use the lambda set to figure out how to make a call-by-name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue