martin-g commented on code in PR #169:
URL: https://github.com/apache/avro-rs/pull/169#discussion_r2022138978
##########
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
+ #[deprecated(since = "0.18.0", note = "This error can no longer occur")]
Review Comment:
```suggestion
#[deprecated(since = "0.19.0", note = "This error can no longer occur")]
```
0.18.0 release is currently being voted at [email protected]
--
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]