Skip to content

Commit

Permalink
Remove futures_reexport module
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 7, 2019
1 parent 67ac550 commit 89f41ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,3 @@ pub mod alloc_reexport {
#[doc(hidden)]
pub use alloc::boxed;
}

#[doc(hidden)]
pub mod futures_reexport {
#[doc(hidden)]
pub use futures_core::*;
}

0 comments on commit 89f41ca

Please sign in to comment.