mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Appease clippy
This commit is contained in:
parent
3eea2c934e
commit
04123c973a
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