fix: dummy
This commit is contained in:
parent
1832d5637b
commit
68f111cfd0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use std::borrow::Cow;
|
|||
|
||||
pub struct Clipboard;
|
||||
|
||||
pub fn connect<W: HasDisplayHandle>(
|
||||
pub fn connect<W: HasDisplayHandle + ?Sized>(
|
||||
_window: &W,
|
||||
) -> Result<Clipboard, Box<dyn std::error::Error>> {
|
||||
Ok(Clipboard)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue