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
@@ -1,5 +1,5 @@
//! Filesystem syscalls
use core::{mem::size_of, num::NonZeroUsize};
use core::num::NonZeroUsize;
use alloc::{sync::Arc, vec::Vec};
use redox_path::RedoxPath;