mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Fix formatting and clippy errors
This commit is contained in:
parent
aae173d4ac
commit
ca762127e5
5 changed files with 5 additions and 5 deletions
|
@ -2800,7 +2800,7 @@ pub fn report_unused_imports(
|
|||
}
|
||||
}
|
||||
|
||||
fn decl_to_let_or_return<'a>(
|
||||
fn decl_to_let_or_return(
|
||||
decl: Declaration,
|
||||
loc_ret: Loc<Expr>,
|
||||
var_store: &mut VarStore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue