Skip to content

Commit 57a06d4

Browse files
committed
chore: remove incorrect comment
1 parent 468978b commit 57a06d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/future.rs

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ struct AsyncInner {
2727
/// runs and calls Done when finished. At the same time,
2828
/// Wait can be used to block until all tasks have finished.
2929
///
30-
/// A WaitGroup must not be copied after first use.
31-
///
3230
/// # Example
3331
///
3432
/// ```rust

0 commit comments

Comments
 (0)