mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Clippy
This commit is contained in:
parent
92b5b0ef42
commit
666becad87
2 changed files with 17 additions and 21 deletions
|
@ -175,6 +175,7 @@ pub enum DestructType {
|
|||
Guard(Variable, Loc<Pattern>),
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn canonicalize_def_header_pattern<'a>(
|
||||
env: &mut Env<'a>,
|
||||
var_store: &mut VarStore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue