mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
clippy
This commit is contained in:
parent
8442be824b
commit
3f72bc7222
@ -1324,7 +1324,7 @@ impl<
|
||||
bitcode::LIST_WITH_CAPACITY.to_string(),
|
||||
&lowlevel_args,
|
||||
&lowlevel_arg_layouts,
|
||||
&ret_layout,
|
||||
ret_layout,
|
||||
);
|
||||
self.free_symbol(&Symbol::DEV_TMP);
|
||||
self.free_symbol(&Symbol::DEV_TMP2);
|
||||
@ -1335,7 +1335,7 @@ impl<
|
||||
&mut self.buf,
|
||||
base_offset,
|
||||
&Symbol::DEV_TMP3,
|
||||
&ret_layout,
|
||||
ret_layout,
|
||||
);
|
||||
|
||||
self.free_symbol(&Symbol::DEV_TMP3);
|
||||
|
Loading…
Reference in New Issue
Block a user