File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ impl<W: Write> Write for EncoderWriter<W> {
223223 /// Under non-error circumstances, this returns `Ok` with the value being the number of bytes
224224 /// of `input` consumed. The value may be `0`, which interacts poorly with `write_all`, which
225225 /// interprets `Ok(0)` as an error, despite it being allowed by the contract of `write`. See
226- /// https://github.com/rust-lang/rust/issues/56889 for more on that.
226+ /// < https://github.com/rust-lang/rust/issues/56889> for more on that.
227227 ///
228228 /// If the previous call to `write` provided more (encoded) data than the delegate writer could
229229 /// accept in a single call to its `write`, the remaining data is buffered. As long as buffered
You can’t perform that action at this time.
0 commit comments