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 dfd5ec2 commit a8bce0cCopy full SHA for a8bce0c
text/0000-read-buf.md
@@ -558,7 +558,7 @@ impl<'a> ReadBufs<'a> {
558
559
This introduces a nontrivial amount of complexity to one of the standard library's core traits, and results in sets of
560
almost-but-not-quite identical methods (`read`/`read_buf`, `read_exact`/`read_buf_exact`, etc). It's unfortunate that
561
-an empty implementation of `Read` will compile and stack overflow.
+an implementor of `Read` based on `read_buf` needs to add a boilerplate `read` implementation.
562
563
# Rationale and alternatives
564
[rationale-and-alternatives]: #rationale-and-alternatives
0 commit comments