get rid of clippy-related allows

This commit is contained in:
2025-04-18 04:44:11 +01:00
parent 0de79769d2
commit 668a6eb38b
6 changed files with 0 additions and 8 deletions
-1
View File
@@ -31,7 +31,6 @@ pub fn is_cursor_visible() -> bool {
ci.flags == CURSOR_SHOWING
}
#[allow(clippy::cast_sign_loss)]
pub fn is_window_focused(target_title: &str) -> bool {
let mut buffer = [0; 512];
unsafe {