Kriskras99 opened a new pull request, #199: URL: https://github.com/apache/avro-rs/pull/199
This brings the writer in line with standard library types like `BufWriter` and `LineWriter`. This is a breaking change when the inner writer is `&mut W` and used later in the scope without dropping the writer or calling `into_inner` (as seen in the fixed tests). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org