mirror of https://github.com/wayvr-org/wayvr.git
fix warning
This commit is contained in:
parent
3f858e5e2f
commit
b074983a70
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue