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 568b90f commit 976170fCopy full SHA for 976170f
.github/workflows/ci.yml
@@ -31,8 +31,9 @@ jobs:
31
rustup component add rustfmt
32
find . -name '*.rs' -exec rustfmt {} \; && git diff --exit-code
33
34
- - name: Format example READMEs
35
- run: ./scripts/update_readmes.sh && git diff --exit-code
+ # smoelius: Disable for now as update_readmes.sh does not handle rustdoc comments correctly.
+ # - name: Format example READMEs
36
+ # run: ./scripts/update_readmes.sh && git diff --exit-code
37
38
- name: Clippy
39
run: |
0 commit comments