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
@@ -166,7 +166,7 @@ where
B: Buf,
E: Into<std::io::Error>,
{
/// Convert a stream of byte chunks into an [`AsyncRead`](tokio::io::AsyncRead).
/// Convert a stream of byte chunks into an [`AsyncRead`].
///
/// The item should be a [`Result`] with the ok variant being something that
/// implements the [`Buf`] trait (e.g. `Vec<u8>` or `Bytes`). The error