don't need clippy macro anymore :)

This commit is contained in:
microproofs 2024-01-08 18:07:58 -05:00 committed by Kasey
parent f722af1149
commit ff462fa8ea
1 changed files with 0 additions and 1 deletions

View File

@ -1400,7 +1400,6 @@ pub fn convert_type_to_data(term: Term<Name>, field_type: &Rc<Type>) -> Term<Nam
} }
} }
#[allow(clippy::too_many_arguments)]
pub fn list_access_to_uplc( pub fn list_access_to_uplc(
names_types_ids: &[(String, Rc<Type>, u64)], names_types_ids: &[(String, Rc<Type>, u64)],
tail: bool, tail: bool,