martin-g commented on code in PR #169:
URL: https://github.com/apache/avro-rs/pull/169#discussion_r2022142144
##########
avro/src/error.rs:
##########
@@ -377,6 +377,8 @@ pub enum Error {
#[error("Failed to compress with flate: {0}")]
DeflateCompress(#[source] std::io::Error),
+ // no longer possible after migration from libflate to miniz_oxide
+ // TODO: remove in the next semver-breaking release
Review Comment:
Despite still being 0.x we prefer to make it easier for the users.
Keeping this error variant around for some months is not a problem!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]