Allow too many args

This commit is contained in:
Ayaz Hafiz 2022-10-25 18:18:33 -05:00
parent 8d5678151d
commit 85e58440de
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -1,3 +1,5 @@
#![allow(clippy::too_many_arguments)]
use crate::subs::{
self, AliasVariables, Content, FlatType, GetSubsSlice, Label, Subs, SubsIndex, UnionLabels,
UnionTags, UnsortedUnionLabels, Variable,