mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
cargo clippy
This commit is contained in:
parent
6ad7dfc0f4
commit
06313a7736
1 changed files with 2 additions and 2 deletions
|
@ -4756,7 +4756,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
env.context.i128_type().into(),
|
||||
"to_i128",
|
||||
),
|
||||
position.into(),
|
||||
position,
|
||||
],
|
||||
bitcode::NUM_BYTES_TO_U16,
|
||||
)
|
||||
|
@ -4774,7 +4774,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
env.context.i128_type().into(),
|
||||
"to_i128",
|
||||
),
|
||||
position.into(),
|
||||
position,
|
||||
],
|
||||
bitcode::NUM_BYTES_TO_U32,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue