Skip to content

Commit cadd5fb

Browse files
Add rustfmt component
1 parent e8cdd36 commit cadd5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ jobs:
629629
echo '' > datafusion/proto/src/generated/datafusion.rs
630630
ci/scripts/rust_fmt.sh
631631
- name: Setup nightly Rust toolchain
632-
run: rustup toolchain install nightly
632+
run: rustup toolchain install nightly --component rustfmt
633633
- name: Check doc comment code formatting
634634
run: cargo +nightly fmt --all -- --check --config format_code_in_doc_comments=true
635635

0 commit comments

Comments
 (0)