ci: update nightly to 2023-10-21 (#6103)

This commit is contained in:
Alice Ryhl
2023-10-24 14:15:25 +00:00
committed by GitHub
parent d22c549d97
commit 58acb56a17
25 changed files with 34 additions and 75 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ pin_project! {
}
}
/// Convert from a [`Stream`](crate::Stream).
/// Convert from a [`Stream`].
///
/// This trait is not intended to be used directly. Instead, call
/// [`StreamExt::collect()`](super::StreamExt::collect).