comphead commented on code in PR #18089: URL: https://github.com/apache/datafusion/pull/18089#discussion_r2436970692
########## docs/source/contributor-guide/howtos.md: ########## @@ -139,9 +166,13 @@ After you've confirmed your `taplo` version, you can format all the `.toml` file taplo fmt ``` +[`taplo`]: https://taplo.tamasfe.dev/ +[taplo-install]: https://taplo.tamasfe.dev/cli/installation/binary.html + ## How to update protobuf/gen dependencies -The prost/tonic code can be generated by running `./regen.sh`, which in turn invokes the Rust binary located in `./gen` +For the `proto` and `proto-common` crates, the prost/tonic code is generated by running their respective `./regen.sh` scripts, Review Comment: would be nice to provide relative path -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
