Skip to content

Commit 388f2a6

Browse files
committed
gio: Remove unused ffi import on Windows
1 parent 28cbbfe commit 388f2a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gio/src/subprocess_launcher.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ use std::os::unix::io::IntoRawFd;
66
#[cfg(unix)]
77
use glib::translate::*;
88

9-
use crate::{ffi, SubprocessLauncher};
9+
#[cfg(unix)]
10+
use crate::ffi;
11+
12+
use crate::SubprocessLauncher;
1013

1114
#[cfg(all(docsrs, not(unix)))]
1215
pub trait IntoRawFd: Sized {

0 commit comments

Comments
 (0)