Specify crate:: for pre rust 1.32 compatibility
This commit is contained in:
parent
60e77cd2b0
commit
a42fd69ee1
1 changed files with 2 additions and 2 deletions
|
|
@ -14,5 +14,5 @@
|
|||
#![warn(missing_docs)]
|
||||
|
||||
mod threaded;
|
||||
pub use threaded::ThreadedClipboard;
|
||||
pub use threaded::ThreadedClipboard as WaylandClipboard;
|
||||
pub use crate::threaded::ThreadedClipboard;
|
||||
pub use crate::threaded::ThreadedClipboard as WaylandClipboard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue