Skip to content

Commit ad9dd5f

Browse files
Merge pull request #155 from marshallpierce/mp/nightly-doc
Fix doc for nightly rust
2 parents b4fc913 + 6126db1 commit ad9dd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/write/encoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)