peter-formlogic commented on PR #2202: URL: https://github.com/apache/avro/pull/2202#issuecomment-1527472696
So that clippy lint is actually incorrect I think, as the `is_human_readable()` method is on the `Serializer` trait from `serde` which is only implemented for `&mut Serializer`, not `&Serializer`. I can add an ignore on that lint with a comment, but I don't think I can compile it any other way. Otherwise the tests are passing OK? I can make it a flag like `max_allocation_bytes` -- 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]
