This commit is contained in:
iris committed 2025-08-10 19:10:26 -04:00
1 parent 577d62b1da
commit 848347e6b3
4 files changed
+17 -19

No files matched your search

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