clippy fix

This commit is contained in:
Kasey White 2023-02-20 01:00:45 -05:00 committed by Lucas
parent 87eb4ca3b4
commit 2394438a91
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ impl<'a> CodeGenerator<'a> {
); );
let data_type = 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 { if data_type.constructors.len() > 1 {
ir_stack.push(Air::Clause { ir_stack.push(Air::Clause {