Skip to content

Commit e0d7caa

Browse files
committed
clean up imports
1 parent a65eb18 commit e0d7caa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
//! ```
9090
9191
use shared_child::SharedChild;
92+
use shared_thread::SharedThread;
9293
use std::collections::HashMap;
9394
use std::ffi::{OsStr, OsString};
9495
use std::fmt;
@@ -109,8 +110,6 @@ use std::os::windows::prelude::*;
109110
#[cfg(unix)]
110111
pub mod unix;
111112

112-
use shared_thread::SharedThread;
113-
114113
// enums defined below
115114
use ExpressionInner::*;
116115
use IoExpressionInner::*;

0 commit comments

Comments
 (0)