Fix Linter CI

This commit is contained in:
Wildan Mubarok
2025-08-04 12:34:31 +00:00
committed by Jeremy Soller
parent af7591bc26
commit 1ff46c8482
8 changed files with 13 additions and 11 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ use core::{
sync::atomic::{AtomicU32, Ordering},
};
use spin::RwLock;
use syscall::UPPER_FDTBL_TAG;
use syscall::{SigProcControl, Sigcontrol};
use syscall::{SigProcControl, Sigcontrol, UPPER_FDTBL_TAG};
#[cfg(feature = "sys_stat")]
use crate::cpu_stats;