Unused var

This commit is contained in:
Ayaz Hafiz 2023-01-23 14:24:30 -06:00
parent 695b2e6363
commit 59144f6e29
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -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)