Fix some clippy errors
This commit is contained in:
+1
-3
@@ -31,7 +31,5 @@ extern "C" fn kmain() -> ! {
|
||||
|
||||
let mut executor = Executor::new();
|
||||
executor.spawn(Task::new(shell()));
|
||||
executor.run();
|
||||
|
||||
loop {}
|
||||
executor.run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user