Skip to content

Commit 711a3e6

Browse files
authored
Merge pull request rust-lang#331 from dwrensha/join-all-doc
Remove obsolete comment in join_all() docs.
2 parents d90e066 + 558f736 commit 711a3e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/future/join_all.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ pub struct JoinAll<I>
3333
/// returned immediately. If all futures complete successfully, however, then
3434
/// the returned future will succeed with a `Vec` of all the successful results.
3535
///
36-
/// Note that this function does **not** attempt to execute each future in
37-
/// parallel, they are all executed in sequence.
38-
///
3936
/// # Examples
4037
///
4138
/// ```

0 commit comments

Comments
 (0)