expose dropped message counts and fix some typos/wording

This commit is contained in:
James Wilson
2021-08-13 11:33:53 +01:00
parent 811babca27
commit b842c7fc8b
4 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ mod test {
use super::*;
#[test]
fn len_doesnt_panic_if_lots_of_retired() {
fn len_doesnt_panic_if_lots_of_ids_are_retired() {
let mut map = DenseMap::<usize, usize>::new();
let id1 = map.add(1);