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
bde107da49
commit
b0c602eb8d
2 changed files with 7 additions and 7 deletions
|
@ -2524,7 +2524,7 @@ fn create_union_lambda<'a>(
|
|||
|
||||
let lambda_name_slice = SubsSlice::extend_new(&mut subs.closure_names, [closure]);
|
||||
|
||||
return UnionLambdas::from_slices(lambda_name_slice, new_variable_slices);
|
||||
UnionLambdas::from_slices(lambda_name_slice, new_variable_slices)
|
||||
}
|
||||
|
||||
fn check_for_infinite_type(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue