diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 222a5c5..9e9d640 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,7 @@ use std::io::{self, IsTerminal, Read, Write}; use std::os::unix::ffi::OsStrExt; use std::os::unix::io::AsRawFd; use std::path::Path; -use std::process::{Command, Stdio}; +use std::process::Command; use std::sync::{Arc, Mutex}; use std::thread::sleep; use std::time::Duration; @@ -27,9 +27,9 @@ pub mod parse; pub mod raw; pub mod reload; pub mod run; +pub mod rw; pub mod serialization; pub mod wait; -pub mod rw; use linebuf::LineBuf; use raw::*; |
