clippy fix

This commit is contained in:
Kasey White
2023-02-20 01:00:45 -05:00
committed by Lucas
parent 87eb4ca3b4
commit 2394438a91

View File

@@ -757,7 +757,7 @@ impl<'a> CodeGenerator<'a> {
);
let data_type =
lookup_data_type_by_tipo(self.data_types.clone(), &subject_type).unwrap();
lookup_data_type_by_tipo(self.data_types.clone(), subject_type).unwrap();
if data_type.constructors.len() > 1 {
ir_stack.push(Air::Clause {