refactor(lib): use type macro to detect impl Trait

This commit is contained in:
Sean McArthur
2018-08-07 19:39:36 -07:00
parent 9f8add6056
commit 6e8417e08f
7 changed files with 36 additions and 77 deletions

View File

@@ -52,6 +52,7 @@ pub use error::{Result, Error};
pub use body::{Body, Chunk};
pub use server::Server;
#[macro_use]
mod common;
#[cfg(test)]
mod mock;