Stop using macro_escape as an inner attribute
In preparation for the rename.
This commit is contained in:
parent
73806ddd0f
commit
fc58479323
32 changed files with 55 additions and 47 deletions
|
|
@ -282,10 +282,12 @@ pub mod net;
|
|||
pub mod pipe;
|
||||
pub mod process;
|
||||
pub mod stdio;
|
||||
pub mod test;
|
||||
pub mod timer;
|
||||
pub mod util;
|
||||
|
||||
#[macro_escape]
|
||||
pub mod test;
|
||||
|
||||
/// The default buffer size for various I/O operations
|
||||
// libuv recommends 64k buffers to maximize throughput
|
||||
// https://groups.google.com/forum/#!topic/libuv/oQO1HJAIDdA
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
//! Various utility functions useful for writing I/O tests
|
||||
|
||||
#![macro_escape]
|
||||
|
||||
use prelude::v1::*;
|
||||
|
||||
use libc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue