mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Revert "Include map length in diagnostics"
This reverts commit a10329f8ff
.
This commit is contained in:
parent
f1603b9e71
commit
bf69d1b460
3 changed files with 2 additions and 11 deletions
|
@ -1257,10 +1257,6 @@ impl<K, V, S> HashMap<K, V, S>
|
|||
debug_assert!(elems_left == 0 || bucket.index() != start_index);
|
||||
}
|
||||
}
|
||||
|
||||
pub fn diagnostic_count_hashes(&self) -> usize {
|
||||
self.table.diagnostic_count_hashes()
|
||||
}
|
||||
}
|
||||
|
||||
impl<K, V, S> PartialEq for HashMap<K, V, S>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue