diff --git a/tokio/src/time/sleep.rs b/tokio/src/time/sleep.rs index 9809571c5..6ea05699b 100644 --- a/tokio/src/time/sleep.rs +++ b/tokio/src/time/sleep.rs @@ -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"]