mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
#[allow(unused_mut)]
This commit is contained in:
parent
705ad1c796
commit
ed844292b3
1 changed files with 2 additions and 0 deletions
|
@ -3085,6 +3085,8 @@ fn update<'a>(
|
|||
std::mem::swap(&mut state.layout_interner, &mut taken);
|
||||
taken
|
||||
};
|
||||
|
||||
#[allow(unused_mut)]
|
||||
let mut layout_interner = layout_interner
|
||||
.unwrap()
|
||||
.expect("outstanding references to global layout interener, but we just drained all layout caches");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue