mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00
Clippy doesn't like stack spills. Sorry clippy!
This commit is contained in:
parent
7fbdbca4c6
commit
4839c1f1ce
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ pub fn canonicalize_def_header_pattern<'a>(
|
|||
#[derive(PartialEq, Eq, Clone, Copy)]
|
||||
pub struct PermitShadows(pub bool);
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn canonicalize_pattern<'a>(
|
||||
env: &mut Env<'a>,
|
||||
var_store: &mut VarStore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue