mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
Unused var
This commit is contained in:
parent
695b2e6363
commit
59144f6e29
@ -588,7 +588,7 @@ impl<'a> LayoutInterner<'a> for TLLayoutInterner<'a> {
|
||||
let global = &self.parent;
|
||||
let normalized_hash = hash(normalized_layout);
|
||||
let mut new_interned_full_layout = None;
|
||||
let (&mut normalized_layout, &mut interned) = self
|
||||
let (&mut _, &mut interned) = self
|
||||
.map
|
||||
.raw_entry_mut()
|
||||
.from_key_hashed_nocheck(normalized_hash, &normalized_layout)
|
||||
|
Loading…
Reference in New Issue
Block a user