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.
2 parents 7573a67 + 5cadfeb commit 686ac66Copy full SHA for 686ac66
1 file changed
src-rust/crates/tui/src/image_paste.rs
@@ -10,6 +10,8 @@
10
// Linux : xclip / wl-paste
11
// Windows: PowerShell Get-Clipboard
12
13
+#[cfg(not(target_os = "windows"))]
14
+use std::path::Path;
15
use std::path::PathBuf;
16
use std::process::Command;
17
0 commit comments