We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14f3a4 commit be9382fCopy full SHA for be9382f
1 file changed
.github/workflows/format.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: dtolnay/rust-toolchain@master
28
with:
29
toolchain: nightly
30
- components: clippy, rustc-dev
+ components: rustfmt, clippy, rustc-dev
31
32
- name: Apply C++ formatting fixes
33
run: find cpp2rust tests -name '*.cpp' -o -name '*.h' -o -name '*.c' | xargs clang-format -i
0 commit comments