Clippy doesn't like stack spills. Sorry clippy!

This commit is contained in:
Ayaz Hafiz 2022-07-21 12:26:42 -04:00
parent 7fbdbca4c6
commit 4839c1f1ce
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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,