We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7654fe commit 2210e99Copy full SHA for 2210e99
futures-util/src/io/cursor.rs
@@ -13,7 +13,7 @@ use std::pin::Pin;
13
/// allowing these buffers to be used anywhere you might use a reader or writer
14
/// that does actual I/O.
15
///
16
-/// The standard library implements some I/O traits on various types which
+/// This library implements some I/O traits on various types which
17
/// are commonly used as a buffer, like `Cursor<`[`Vec`]`<u8>>` and
18
/// `Cursor<`[`&[u8]`][bytes]`>`.
19
0 commit comments