mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
Appease clippy
This commit is contained in:
parent
fddc7f31db
commit
bcb67b0dea
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ pub enum InProgressProc<'a> {
|
|||
}
|
||||
|
||||
impl<'a> Procs<'a> {
|
||||
// TODO trim down these arguments!
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn insert_named(
|
||||
&mut self,
|
||||
env: &mut Env<'a, '_>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue