This commit is contained in:
2025-08-10 19:10:26 -04:00
parent 577d62b1da
commit 848347e6b3
4 changed files with 17 additions and 19 deletions

View File

@@ -27,6 +27,7 @@ impl IDTracker {
id
}
#[allow(dead_code)]
pub fn free(&mut self, id: ID) {
self.free.push(id);
}