Fix Linter CI
This commit is contained in:
committed by
Jeremy Soller
parent
af7591bc26
commit
1ff46c8482
+1
-2
@@ -1,6 +1,5 @@
|
||||
//! Filesystem syscalls
|
||||
use core::mem::size_of;
|
||||
use core::num::NonZeroUsize;
|
||||
use core::{mem::size_of, num::NonZeroUsize};
|
||||
|
||||
use alloc::{string::String, sync::Arc, vec::Vec};
|
||||
use redox_path::RedoxPath;
|
||||
|
||||
@@ -14,9 +14,9 @@ use crate::{
|
||||
syscall::EventFlags,
|
||||
};
|
||||
|
||||
use crate::context::context::FdTbl;
|
||||
use crate::{
|
||||
context,
|
||||
context::context::FdTbl,
|
||||
paging::{Page, VirtualAddress, PAGE_SIZE},
|
||||
syscall::{error::*, flag::MapFlags},
|
||||
Bootstrap, CurrentRmmArch,
|
||||
|
||||
Reference in New Issue
Block a user