mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
clippy
This commit is contained in:
parent
51f3752c94
commit
052ce8f2aa
8 changed files with 114 additions and 18 deletions
|
@ -5827,8 +5827,7 @@ fn make_specializations<'a>(
|
|||
);
|
||||
|
||||
let external_specializations_requested = procs.externals_we_need.clone();
|
||||
let (procedures, restored_procs_base) =
|
||||
procs.get_specialized_procs_without_rc(&mut layout_cache, &mut mono_env);
|
||||
let (procedures, restored_procs_base) = procs.get_specialized_procs_without_rc();
|
||||
|
||||
// Turn `Bytes.Decode.IdentId(238)` into `Bytes.Decode.238`, we rely on this in mono tests
|
||||
mono_env.home.register_debug_idents(mono_env.ident_ids);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue