diff --git a/src/ser.rs b/src/ser.rs index 8c1b5f05..6ce5995d 100644 --- a/src/ser.rs +++ b/src/ser.rs @@ -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() }