We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00eb5fb commit cbcd654Copy full SHA for cbcd654
benches/bench.rs
@@ -43,7 +43,8 @@ impl Iterator for RandomKeys {
43
}
44
45
46
-// Just an arbitrary side effect to
+// Just an arbitrary side effect to make the maps not shortcircuit to the non-dropping path
47
+// when dropping maps/entries (most real world usages likely have drop in the key or value)
48
lazy_static::lazy_static! {
49
static ref SIDE_EFFECT: AtomicUsize = AtomicUsize::new(0);
50
0 commit comments