mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
clippy clop
This commit is contained in:
parent
df7d017287
commit
b5e4066c49
3 changed files with 6 additions and 2 deletions
|
@ -59,6 +59,8 @@ impl<'a> Procs<'a> {
|
|||
);
|
||||
}
|
||||
|
||||
// TODO trim these down
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn insert_anonymous(
|
||||
&mut self,
|
||||
env: &mut Env<'a, '_>,
|
||||
|
@ -1114,6 +1116,8 @@ fn from_can_defs<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
// TODO trim these down
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn from_can_when<'a>(
|
||||
env: &mut Env<'a, '_>,
|
||||
cond_var: Variable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue