martin-g commented on code in PR #1647:
URL: https://github.com/apache/avro/pull/1647#discussion_r851887954
##########
lang/rust/avro_derive/src/lib.rs:
##########
@@ -277,6 +282,15 @@ fn preserve_optional(op: Option<impl quote::ToTokens>) ->
TokenStream {
}
}
+fn preserve_vec(op: Vec<impl quote::ToTokens>) -> TokenStream {
Review Comment:
Just copied your code and adapted! :-)
--
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]