ongchi commented on code in PR #7774:
URL: https://github.com/apache/arrow-datafusion/pull/7774#discussion_r1358388711


##########
ci/scripts/rust_toml_fmt.sh:
##########
@@ -17,5 +17,11 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# Run cargo-tomlfmt with flag `-d` in dry run to check formatting
+# without overwritng the file. If any error occur, you may want to
+# rerun 'cargo tomlfmt -p path/to/Cargo.toml' without '-d' to fix
+# the formatting automatically.

Review Comment:
   I'd also add some documentation to the script to guide the user on how to 
fix the `Cargo.toml` formatting.



-- 
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]

Reply via email to