mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
The tracking allocator was not compiling because of changes to the hash function. Additionally, I fixed some clippy lints in it. Testing: Compiling it with allocation-tracking feature flag enabled shows no errors now. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>