mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Fix cargo clippy
This commit is contained in:
parent
14fed8e6a6
commit
430666a948
3 changed files with 5 additions and 2 deletions
|
@ -616,8 +616,8 @@ pub fn str_count_graphemes<'a, 'ctx, 'env>(
|
|||
LowLevel::StrCountGraphemes,
|
||||
env,
|
||||
&[
|
||||
BasicValueEnum::PointerValue(str_ptr).into(),
|
||||
BasicValueEnum::IntValue(str_len).into(),
|
||||
BasicValueEnum::PointerValue(str_ptr),
|
||||
BasicValueEnum::IntValue(str_len),
|
||||
],
|
||||
&bitcode::STR_COUNT_GRAPEHEME_CLUSTERS,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue