Skip to content

Commit

Permalink
Remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Jan 24, 2017
1 parent 1d51285 commit a8e7b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/popen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ mod os {
use std::ffi::OsString;
use std::time::{Duration, Instant};

use super::ChildState::*;
use super::fileref::FileRef;
use unix::PopenExt;

Expand Down

0 comments on commit a8e7b24

Please sign in to comment.