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 -2
View File
@@ -1,4 +1,4 @@
use alloc::{borrow::Cow, sync::Arc, vec::Vec};
use alloc::{sync::Arc, vec::Vec};
use arrayvec::ArrayString;
use core::{
mem::{self, size_of},
@@ -26,7 +26,6 @@ use crate::syscall::error::{Error, Result, EAGAIN, ESRCH};
use super::{
empty_cr3,
file::FileDescription,
memory::{AddrSpaceWrapper, GrantFileRef},
};