Slug: own-fn-06 · Paired reading: Chapter 5
Prompt
Bomb increments a shared Cell<usize> counter in Drop.
fn drop_counts(n: usize) -> usize creates n bombs and drops them
normally. fn forget_counts(n: usize) -> usize creates n bombs and
mem::forgets each — Drop must not run. Return the counter value.