Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 7, 2024
1 parent 75c9ca6 commit fcf2051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melior/src/helpers/arith.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub trait ArithBlockExt<'c>: BuiltinBlockExt<'c> {
context: &'c Context,
location: Location<'c>,
value: T,
int_type: Type<'c>,
r#type: Type<'c>,
) -> Result<Value<'c, '_>, Error>;
}

Expand Down

0 comments on commit fcf2051

Please sign in to comment.