Fix some clippy errors

This commit is contained in:
2025-03-03 14:53:30 +00:00
parent 5703032f87
commit 2d3bc56962
4 changed files with 10 additions and 10 deletions
+1 -3
View File
@@ -31,7 +31,5 @@ extern "C" fn kmain() -> ! {
let mut executor = Executor::new();
executor.spawn(Task::new(shell()));
executor.run();
loop {}
executor.run()
}