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 6f4f002 commit f40ce8cCopy full SHA for f40ce8c
heed-traits/src/lib.rs
@@ -33,7 +33,7 @@ pub trait BytesEncode<'a> {
33
/// runs faster (for example if it needs less heap allocations).
34
///
35
/// The default implementation returns `true` because the default implementation of
36
- /// [`bytes_encode_into_writer`][BytesEncode::bytes_encode_into_writer] is to forward to
+ /// [`bytes_encode_into_writer`][BytesEncode::bytes_encode_into_writer] forwards to
37
/// [`bytes_encode`][BytesEncode::bytes_encode].
38
fn zero_copy(item: &Self::EItem) -> bool {
39
// This is preferred to renaming the function parameter (to _item) because IDEs can
0 commit comments