Fix a bunch of warnings.

This commit is contained in:
4lDO2
2024-07-08 13:01:25 +02:00
parent c86f107344
commit 5e7db80285
52 changed files with 105 additions and 166 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use crate::{
context::{arch, contexts, Context}, cpu_set::LogicalCpuId, interrupt, percpu::PercpuBlock, ptrace, time
};
use super::{ContextId, Status};
use super::ContextId;
enum UpdateResult {
CanSwitch,