Fix formatting and clippy errors

This commit is contained in:
Sam Mohr 2024-10-24 23:11:15 -07:00
parent aae173d4ac
commit ca762127e5
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
5 changed files with 5 additions and 5 deletions

View file

@ -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,