std: Get stdtest all passing again
This commit brings the library up-to-date in order to get all tests passing again
This commit is contained in:
parent
d830fcc6eb
commit
018d60509c
29 changed files with 461 additions and 600 deletions
|
@ -313,6 +313,10 @@ pub use self::net::udp::UdpStream;
|
|||
pub use self::pipe::PipeStream;
|
||||
pub use self::process::Process;
|
||||
|
||||
/// Testing helpers
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
||||
/// Synchronous, non-blocking filesystem operations.
|
||||
pub mod fs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue