(&mut self)
| 1198 | |
| 1199 | impl<T> Drop for DecrementComponentInstanceCountOnDrop<'_, T> { |
| 1200 | fn drop(&mut self) { |
| 1201 | if self.enabled { |
| 1202 | self.store |
| 1203 | .engine() |
| 1204 | .allocator() |
| 1205 | .decrement_component_instance_count(); |
| 1206 | } |
| 1207 | } |
| 1208 | } |
| 1209 | } |
| 1210 | } |
nothing calls this directly
no test coverage detected