Skip to content

Commit 8b84911

Browse files
committed
Pacify lint gods.
1 parent ffa8b29 commit 8b84911

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/libstd/io/process.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ use rt::rtio::{RtioProcess, ProcessConfig, IoFactory, LocalIo};
2424
use rt::rtio;
2525
use c_str::CString;
2626
use collections::HashMap;
27-
use std::hash::Hash;
28-
use std::hash::sip::SipState;
27+
use hash::Hash;
2928
use clone::Clone;
29+
#[cfg(windows)]
30+
use std::hash::sip::SipState;
3031

3132
/// Signal a process to exit, without forcibly killing it. Corresponds to
3233
/// SIGTERM on unix platforms.

0 commit comments

Comments
 (0)