forked from mirror/async-std
unstable facade around the pin submodule
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
7c73cdff25
commit
e9de779863
1 changed files with 3 additions and 1 deletions
|
@ -47,10 +47,12 @@ pub mod future;
|
|||
pub mod io;
|
||||
pub mod net;
|
||||
pub mod os;
|
||||
pub mod pin;
|
||||
pub mod prelude;
|
||||
pub mod stream;
|
||||
pub mod sync;
|
||||
pub mod task;
|
||||
|
||||
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
||||
pub mod pin;
|
||||
|
||||
pub(crate) mod utils;
|
||||
|
|
Loading…
Reference in a new issue