refactor(lib): use type macro to detect impl Trait
This commit is contained in:
@@ -2,6 +2,8 @@ mod buf;
|
||||
mod exec;
|
||||
pub(crate) mod io;
|
||||
mod lazy;
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
mod never;
|
||||
|
||||
pub(crate) use self::buf::StaticBuf;
|
||||
|
||||
Reference in New Issue
Block a user