Skip to content

Commit

Permalink
time: reorder comment in sleep.rs (#6076)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Oct 15, 2023
1 parent 944f769 commit 7239342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/time/sleep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ pin_project! {
///
/// [`select!`]: ../macro.select.html
/// [`tokio::pin!`]: ../macro.pin.html
// Alias for old name in 0.2
#[project(!Unpin)]
// Alias for old name in 0.2
#[cfg_attr(docsrs, doc(alias = "Delay"))]
#[derive(Debug)]
#[must_use = "futures do nothing unless you `.await` or poll them"]
Expand Down

0 comments on commit 7239342

Please sign in to comment.