Fix a couple of warnings

This commit is contained in:
bjorn3
2025-06-28 18:34:38 +02:00
parent e77257bb6e
commit 2a2139c46e
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
use core::num::NonZeroUsize;
use alloc::{borrow::Cow, collections::BTreeSet, sync::Arc};
use alloc::{collections::BTreeSet, sync::Arc};
use spin::{RwLock, RwLockReadGuard, RwLockWriteGuard};
use spinning_top::RwSpinlock;