Kriskras99 opened a new pull request, #557: URL: https://github.com/apache/avro-rs/pull/557
I noticed a missed optimization opportunity. Using `impl Into<String> + AsRef<str>` allows us to reuse the allocation if the input is a `String`. And by using `.into_iter()` in `fix_aliases_namespace` we get an allocation we can reuse. -- 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]
