Skip to content

Commit

Permalink
Remove truncated paragraphs from select! docs (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 1, 2020
1 parent 5b21883 commit 8f20432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions futures-util/src/async_await/select_mod.rs
Expand Up @@ -14,7 +14,7 @@ macro_rules! document_select_macro {
/// (e.g. an `async fn` call) instead of a `Future` by name the `Unpin`
/// requirement is relaxed, since the macro will pin the resulting `Future`
/// on the stack. However the `Future` returned by the expression must
/// still implement `FusedFuture`. This difference is presented
/// still implement `FusedFuture`.
///
/// Futures and streams which are not already fused can be fused using the
/// `.fuse()` method. Note, though, that fusing a future or stream directly
Expand Down Expand Up @@ -167,7 +167,7 @@ macro_rules! document_select_macro {
/// (e.g. an `async fn` call) instead of a `Future` by name the `Unpin`
/// requirement is relaxed, since the macro will pin the resulting `Future`
/// on the stack. However the `Future` returned by the expression must
/// still implement `FusedFuture`. This difference is presented
/// still implement `FusedFuture`.
///
/// Futures and streams which are not already fused can be fused using the
/// `.fuse()` method. Note, though, that fusing a future or stream directly
Expand Down

0 comments on commit 8f20432

Please sign in to comment.