actually sane sensor handling

This commit is contained in:
iris committed 2025-08-16 00:56:37 -04:00
1 parent f4aef3a983
commit 11188f2951
9 files changed
+306 -117

No files matched your search

-4
View File
@@ -13,10 +13,6 @@ pub struct IDTracker {
}
impl IDTracker {
pub fn new() -> Self {
Self::default()
}
#[allow(clippy::should_implement_trait)]
pub fn next(&mut self) -> Id {
if let Some(id) = self.free.pop() {