We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00be1f5 commit 15ecd71Copy full SHA for 15ecd71
src/clipboard.rs
@@ -44,7 +44,7 @@ fn wayland_clipboard(content: &str) -> bool {
44
}
45
46
#[cfg(not(target_os = "linux"))]
47
-fn wayland_clipboard(content: &str) -> bool {
+fn wayland_clipboard(_content: &str) -> bool {
48
false
49
50
0 commit comments