alamb commented on code in PR #18542: URL: https://github.com/apache/datafusion/pull/18542#discussion_r2683266723
########## ci/scripts/rust_fmt.sh: ########## @@ -18,4 +18,13 @@ # under the License. set -ex -cargo fmt --all -- --check + +# Install nightly toolchain (skips if already installed) +rustup toolchain install nightly --component rustfmt Review Comment: So it would install a new version every day, but would also remove the previous ones -- 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]
