mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
clippy fix
This commit is contained in:
parent
8c6e5360cd
commit
845a5ca731
1 changed files with 1 additions and 4 deletions
|
@ -144,10 +144,7 @@ trait Backend<'a> {
|
|||
let module_id = env.module_id;
|
||||
let ident_ids = interns.all_ident_ids.get_mut(&module_id).unwrap();
|
||||
|
||||
let expanded =
|
||||
rc_proc_gen.expand_refcount_stmt(ident_ids, layout, modify, *following);
|
||||
|
||||
expanded
|
||||
rc_proc_gen.expand_refcount_stmt(ident_ids, layout, modify, *following)
|
||||
};
|
||||
|
||||
if let Some((rc_proc_symbol, rc_proc_layout)) = new_proc_info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue