Remove git dep and add macro examples (#1404)

Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
Lucio Franco
2019-08-07 15:02:38 -07:00
committed by Carl Lerche
parent 7268b0bb3a
commit 0a05332648
5 changed files with 231 additions and 9 deletions
+1 -3
View File
@@ -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 {