forked from mirror/async-std
add whitespace
This commit is contained in:
parent
75223905bd
commit
9a62df143f
1 changed files with 2 additions and 0 deletions
|
@ -63,12 +63,14 @@ cfg_std! {
|
|||
|
||||
cfg_default! {
|
||||
pub use timeout::{timeout, TimeoutError};
|
||||
|
||||
mod timeout;
|
||||
}
|
||||
|
||||
cfg_unstable! {
|
||||
pub use into_future::IntoFuture;
|
||||
pub(crate) use maybe_done::MaybeDone;
|
||||
|
||||
mod into_future;
|
||||
mod maybe_done;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue