fix: dummy

This commit is contained in:
Ashley Wulber 2024-10-21 11:13:59 -04:00
parent 1832d5637b
commit 68f111cfd0
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -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)