milenkovicm commented on code in PR #18542: URL: https://github.com/apache/datafusion/pull/18542#discussion_r2679781981
########## 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: would this update rust nightly as well? what i mean, is there a chance we have new version of nightly installed every day without removing previous nightly installation -- 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]
