fn drop()

in Threads/InteriorMutability/Task/src/lib.rs [19:21]


    fn drop(&mut self) {
        *self.counter.borrow_mut() += 1;
    }