mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
remove clippy warning that does not exist in 1.71
This commit is contained in:
parent
eda9681982
commit
f9fe17eef3
1 changed files with 1 additions and 2 deletions
|
@ -400,8 +400,7 @@ fn hash_newtype_tag_union(
|
|||
let hasher_var = synth_var(env.subs, Content::FlexAbleVar(None, Subs::AB_HASHER));
|
||||
|
||||
// A
|
||||
#[allow(clippy::redundant_locals)]
|
||||
let tag_name = tag_name;
|
||||
// let tag_name = tag_name;
|
||||
// t1 .. tn
|
||||
let payload_vars = payload_variables;
|
||||
// x11 .. x1n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue