Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switch uses to prelude
  • Loading branch information
Philipp Keller committed May 31, 2017
1 parent a457956 commit 97da384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/it_can_read_write.rs
@@ -1,10 +1,11 @@
extern crate pty;
extern crate libc;

use self::pty::prelude::*;

use std::io::prelude::*;
use std::string::String;
use std::process::Command;
use self::pty::fork::{Fork, Master};

fn read_line(master:&mut Master) -> String {
let mut buf = [0];
Expand Down

0 comments on commit 97da384

Please sign in to comment.