Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/future/future/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,9 @@ extension_trait! {
futures to complete. If multiple futures are completed at the same time,
resolution will occur in the order that they have been passed.

Note that this macro consumes all futures passed, and once a future is
Note that this function consumes all futures passed, and once a future is
completed, all other futures are dropped.

This macro is only usable inside of async functions, closures, and blocks.

# Examples

```
Expand Down