Fix clippy errors

This commit is contained in:
2025-03-03 15:51:39 +00:00
parent a0f5ce8797
commit 0a5269eeb0
6 changed files with 19 additions and 14 deletions
-1
View File
@@ -1,6 +1,5 @@
use crate::serial_print;
use crate::arch::x86_64::drivers::keyboard::{KeyStroke, get_keystroke_async};
use crate::prelude::*;
use crate::resources::font::Font;
use crate::std::application::frame::Frame;
use crate::std::application::render::RenderError;