mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
manual clippy fixes
This commit is contained in:
parent
ef39bad7c6
commit
2d616d1fe9
6 changed files with 9 additions and 9 deletions
|
@ -501,9 +501,9 @@ where
|
|||
candidate_set
|
||||
}
|
||||
|
||||
fn trmc_candidates_help<'a>(
|
||||
fn trmc_candidates_help(
|
||||
function_name: LambdaName,
|
||||
stmt: &'_ Stmt<'a>,
|
||||
stmt: &'_ Stmt<'_>,
|
||||
candidates: &mut TrmcCandidateSet,
|
||||
) {
|
||||
// if this stmt is the literal tail tag application and return, then this is a TRMC opportunity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue