cleanup: move local imports below mod *
This commit is contained in:
parent
9341cc08e8
commit
0043c35b92
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ use std::ffi::c_void;
|
|||
use std::io::Result;
|
||||
use std::sync::mpsc::{self, Receiver};
|
||||
|
||||
use mime::{AllowedMimeTypes, AsMimeTypes, MimeType};
|
||||
use sctk::reexports::calloop::channel::{self, Sender};
|
||||
use sctk::reexports::client::backend::Backend;
|
||||
use sctk::reexports::client::Connection;
|
||||
|
|
@ -20,6 +19,8 @@ mod state;
|
|||
mod text;
|
||||
mod worker;
|
||||
|
||||
use mime::{AllowedMimeTypes, AsMimeTypes, MimeType};
|
||||
|
||||
/// Access to a Wayland clipboard.
|
||||
pub struct Clipboard {
|
||||
request_sender: Sender<worker::Command>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue