mirror of https://github.com/wayvr-org/wayvr.git
fix warning
This commit is contained in:
parent
d1d821f3e5
commit
8ab7764748
|
|
@ -10,7 +10,7 @@ use input_linux::{
|
|||
UInputHandle,
|
||||
};
|
||||
use std::fs::File;
|
||||
use std::intrinsics::transmute;
|
||||
use std::mem::transmute;
|
||||
use std::sync::atomic::AtomicBool;
|
||||
use strum::IntoEnumIterator;
|
||||
use wlx_common::overlays::ToastTopic;
|
||||
|
|
|
|||
Loading…
Reference in New Issue