time: reorder comment in sleep.rs (#6076)

This commit is contained in:
Alice Ryhl
2023-10-15 19:21:57 +02:00
committed by GitHub
parent 944f769cd5
commit 723934242b
+1 -1
View File
@@ -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"]