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},
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue