Revert "Include map length in diagnostics"

This reverts commit a10329f8ff.
This commit is contained in:
Manish Goregaokar 2017-10-23 13:44:47 -07:00
parent f1603b9e71
commit bf69d1b460
3 changed files with 2 additions and 11 deletions

View file

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