Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Feb 17, 2024
1 parent 4049d49 commit 7dcdc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/src/dialect/operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ impl<'a> Operation<'a> {
fn collect_elements<T>(
elements: &[(&'a str, TypeConstraint<'a>)],
create: impl Fn(&'a str, TypeConstraint<'a>, SequenceInfo, VariadicKind) -> Result<T, Error>,
attribute_sized: bool,
same_size: bool,
attribute_sized: bool,
) -> Result<(Vec<T>, usize), Error> {
let unfixed_count = elements
.iter()
Expand Down

0 comments on commit 7dcdc52

Please sign in to comment.