fix: reorder imports
This commit is contained in:
parent
7db9746658
commit
f5908d028a
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,6 @@ use std::sync::mpsc::{self, Receiver};
|
|||
use sctk::reexports::calloop::channel::{self, Sender};
|
||||
use sctk::reexports::client::backend::Backend;
|
||||
use sctk::reexports::client::Connection;
|
||||
use state::SelectionTarget;
|
||||
use text::Text;
|
||||
|
||||
pub mod mime;
|
||||
mod state;
|
||||
|
|
@ -21,6 +19,8 @@ mod text;
|
|||
mod worker;
|
||||
|
||||
use mime::{AllowedMimeTypes, AsMimeTypes, MimeType};
|
||||
use state::SelectionTarget;
|
||||
use text::Text;
|
||||
|
||||
/// Access to a Wayland clipboard.
|
||||
pub struct Clipboard {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue