chore: apply rustfmt config with module import granulatiry
This commit is contained in:
parent
2b9906f941
commit
2acf6f9f14
28 changed files with 190 additions and 288 deletions
10
src/dnd.rs
10
src/dnd.rs
|
|
@ -1,10 +1,10 @@
|
|||
//! Types related to drag-and-drop
|
||||
|
||||
use cosmic::{
|
||||
cctk::wayland_client::{Proxy, protocol::wl_output},
|
||||
iced::clipboard::mime::AsMimeTypes,
|
||||
};
|
||||
use std::{borrow::Cow, sync::LazyLock};
|
||||
use cosmic::cctk::wayland_client::Proxy;
|
||||
use cosmic::cctk::wayland_client::protocol::wl_output;
|
||||
use cosmic::iced::clipboard::mime::AsMimeTypes;
|
||||
use std::borrow::Cow;
|
||||
use std::sync::LazyLock;
|
||||
|
||||
use crate::backend::{ExtForeignToplevelHandleV1, ExtWorkspaceHandleV1};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue