mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
clippy things
This commit is contained in:
parent
5d3645350d
commit
1c8383b3bb
2 changed files with 3 additions and 3 deletions
|
@ -32,13 +32,13 @@ pub fn str_concat<'a, 'ctx, 'env>(
|
|||
load_str(
|
||||
env,
|
||||
parent,
|
||||
second_str_ptr.clone(),
|
||||
*second_str_ptr,
|
||||
str_wrapper_type,
|
||||
|second_str_ptr, second_str_len, second_str_smallness| {
|
||||
load_str(
|
||||
env,
|
||||
parent,
|
||||
first_str_ptr.clone(),
|
||||
*first_str_ptr,
|
||||
str_wrapper_type,
|
||||
|first_str_ptr, first_str_len, first_str_smallness| {
|
||||
// first_str_len > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue