We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468978b commit 57a06d4Copy full SHA for 57a06d4
src/future.rs
@@ -27,8 +27,6 @@ struct AsyncInner {
27
/// runs and calls Done when finished. At the same time,
28
/// Wait can be used to block until all tasks have finished.
29
///
30
-/// A WaitGroup must not be copied after first use.
31
-///
32
/// # Example
33
34
/// ```rust
0 commit comments