We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9243f commit bde8c50Copy full SHA for bde8c50
src/bytes.rs
@@ -63,8 +63,8 @@ use crate::Buf;
63
/// `Bytes` contains a vtable, which allows implementations of `Bytes` to define
64
/// how sharing/cloning is implemented in detail.
65
/// When `Bytes::clone()` is called, `Bytes` will call the vtable function for
66
-/// cloning the backing storage in order to share it behind between multiple
67
-/// `Bytes` instances.
+/// cloning the backing storage in order to share it behind multiple `Bytes`
+/// instances.
68
///
69
/// For `Bytes` implementations which refer to constant memory (e.g. created
70
/// via `Bytes::from_static()`) the cloning implementation will be a no-op.
0 commit comments