Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Wrap the doc comment from PR 251 to 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 16, 2022
1 parent db13750 commit dd26a70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ where
}
}

/// Calls [`.flush()`](io::Write::flush) on the underlying `io::Write` object.
/// Calls [`.flush()`](io::Write::flush) on the underlying `io::Write`
/// object.
pub fn flush(&mut self) -> io::Result<()> {
self.writer.flush()
}
Expand Down

0 comments on commit dd26a70

Please sign in to comment.