mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
Remove git dep and add macro examples (#1404)
Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
committed by
Carl Lerche
parent
7268b0bb3a
commit
0a05332648
@@ -12,7 +12,7 @@
|
||||
//!
|
||||
//! # Example
|
||||
//!
|
||||
//! ```
|
||||
//! ```ignore
|
||||
//! # use futures::{Future, future};
|
||||
//! use tokio_test::assert_ready;
|
||||
//!
|
||||
@@ -25,8 +25,6 @@ pub mod io;
|
||||
mod macros;
|
||||
pub mod task;
|
||||
|
||||
pub use assertive::{assert_err, assert_ok};
|
||||
|
||||
/*
|
||||
#[doc(hidden)]
|
||||
pub mod codegen {
|
||||
|
||||
Reference in New Issue
Block a user