process: Move src/unix.rs to src/unix/mod.rs

This commit is contained in:
Ivan Petkov
2019-06-24 16:57:18 -07:00
parent b37120f61c
commit 83a55601ef
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ use tokio_io::io::{read_to_end};
use tokio_io::{AsyncWrite, AsyncRead, IoFuture};
use tokio_reactor::Handle;
#[path = "unix.rs"]
#[path = "unix/mod.rs"]
#[cfg(unix)]
mod imp;
View File