mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
process: Move src/unix.rs to src/unix/mod.rs
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user