Skip to content

Commit 15ecd71

Browse files
committed
Fix warning on non-linux toolchains
1 parent 00be1f5 commit 15ecd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clipboard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fn wayland_clipboard(content: &str) -> bool {
4444
}
4545

4646
#[cfg(not(target_os = "linux"))]
47-
fn wayland_clipboard(content: &str) -> bool {
47+
fn wayland_clipboard(_content: &str) -> bool {
4848
false
4949
}
5050

0 commit comments

Comments
 (0)