fixup! Improve `Allocation::hash
This commit is contained in:
parent
5853c28a7f
commit
cab94d29ff
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ impl hash::Hash for Allocation {
|
||||||
init_mask,
|
init_mask,
|
||||||
align,
|
align,
|
||||||
mutability,
|
mutability,
|
||||||
extra: _, // don't bother hashing ()
|
extra: (), // don't bother hashing ()
|
||||||
} = self;
|
} = self;
|
||||||
|
|
||||||
// Partially hash the `bytes` buffer when it is large. To limit collisions with common
|
// Partially hash the `bytes` buffer when it is large. To limit collisions with common
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue