Skip to content

Commit

Permalink
cleanup: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Nov 28, 2023
1 parent 20cd3cd commit be96967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/event/wayland/data_device.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use sctk::{
data_device_manager::{data_offer::DragOffer, ReadPipe},
data_device_manager::ReadPipe,
reexports::client::protocol::wl_data_device_manager::DndAction,
};
use std::{
os::fd::{AsRawFd, OwnedFd, RawFd},
os::fd::{AsRawFd, OwnedFd},
sync::{Arc, Mutex},
};

Expand Down

0 comments on commit be96967

Please sign in to comment.