mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
clippy
This commit is contained in:
parent
d5394345de
commit
26e6f1ca92
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pub fn insert_inc_dec_operations<'a>(
|
|||
procedures: &mut HashMap<(Symbol, ProcLayout<'a>), Proc<'a>, BuildHasherDefault<WyHash>>,
|
||||
) {
|
||||
let borrow_signatures =
|
||||
crate::borrow::infer_borrow_signatures(arena, layout_interner, &procedures);
|
||||
crate::borrow::infer_borrow_signatures(arena, layout_interner, procedures);
|
||||
let borrow_signatures = arena.alloc(borrow_signatures);
|
||||
|
||||
// All calls to lowlevels are wrapped in another function to help with type inference and return/parameter layouts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue