1
0
Fork 0
forked from wry/wry

fix: cargo fmt

This commit is contained in:
Daniel Shiposha 2023-05-13 16:33:55 +02:00
parent 701d9792c0
commit 104e248abd

View file

@ -15,7 +15,6 @@ use {
byteorder::{LittleEndian, ReadBytesExt},
isnt::std_1::primitive::IsntSliceExt,
num_derive::FromPrimitive,
uapi::Bytes,
std::{
cell::Cell,
convert::TryInto,
@ -29,6 +28,7 @@ use {
time::Duration,
},
thiserror::Error,
uapi::Bytes,
};
const XCURSOR_MAGIC: u32 = 0x72756358;