Skip to content

Commit

Permalink
Merge pull request rust-lang#331 from dwrensha/join-all-doc
Browse files Browse the repository at this point in the history
Remove obsolete comment in join_all() docs.
  • Loading branch information
alexcrichton authored Jan 5, 2017
2 parents d90e066 + 558f736 commit 711a3e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/future/join_all.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ pub struct JoinAll<I>
/// returned immediately. If all futures complete successfully, however, then
/// the returned future will succeed with a `Vec` of all the successful results.
///
/// Note that this function does **not** attempt to execute each future in
/// parallel, they are all executed in sequence.
///
/// # Examples
///
/// ```
Expand Down

0 comments on commit 711a3e6

Please sign in to comment.