fix warning

This commit is contained in:
galister 2026-07-02 16:37:11 +09:00
parent 3f858e5e2f
commit b074983a70
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use input_linux::{
UInputHandle, UInputHandle,
}; };
use std::fs::File; use std::fs::File;
use std::intrinsics::transmute; use std::mem::transmute;
use std::sync::atomic::AtomicBool; use std::sync::atomic::AtomicBool;
use strum::IntoEnumIterator; use strum::IntoEnumIterator;
use wlx_common::overlays::ToastTopic; use wlx_common::overlays::ToastTopic;