fix: cargo fmt
This commit is contained in:
parent
701d9792c0
commit
104e248abd
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ use {
|
||||||
byteorder::{LittleEndian, ReadBytesExt},
|
byteorder::{LittleEndian, ReadBytesExt},
|
||||||
isnt::std_1::primitive::IsntSliceExt,
|
isnt::std_1::primitive::IsntSliceExt,
|
||||||
num_derive::FromPrimitive,
|
num_derive::FromPrimitive,
|
||||||
uapi::Bytes,
|
|
||||||
std::{
|
std::{
|
||||||
cell::Cell,
|
cell::Cell,
|
||||||
convert::TryInto,
|
convert::TryInto,
|
||||||
|
|
@ -29,6 +28,7 @@ use {
|
||||||
time::Duration,
|
time::Duration,
|
||||||
},
|
},
|
||||||
thiserror::Error,
|
thiserror::Error,
|
||||||
|
uapi::Bytes,
|
||||||
};
|
};
|
||||||
|
|
||||||
const XCURSOR_MAGIC: u32 = 0x72756358;
|
const XCURSOR_MAGIC: u32 = 0x72756358;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue