Fix clippy errors

This commit is contained in:
2025-02-24 15:02:44 +00:00
parent 03290e52a3
commit 8d57540566
15 changed files with 121 additions and 58 deletions
+1 -3
View File
@@ -4,13 +4,11 @@
extern crate alloc;
use libk::{
// scheduling::task::{Executor, Task},
drivers::{
io::{self, ascii::WRITER, keyboard},
io::{self, keyboard},
scheduling::task::{Executor, Task},
},
prelude::*,
resources::font::FONT_SPLEEN_8X16,
};
#[unsafe(no_mangle)]