We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c8076 commit 8c3ff5eCopy full SHA for 8c3ff5e
.github/workflows/main.yml
@@ -276,7 +276,7 @@ jobs:
276
- uses: actions/checkout@v4
277
- run: rustup update nightly && rustup default nightly
278
- run: rustup update stable
279
- - run: rustup component add rust-docs
+ - run: rustup component add rust-docs rustfmt
280
- run: ci/validate-man.sh
281
# This requires rustfmt, use stable.
282
- name: Run semver-check
0 commit comments