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 f829a7a commit aa9aa0dCopy full SHA for aa9aa0d
.github/workflows/CI.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: cargo fmt --check
47
run: |
48
if ! rustfmt --check --edition 2021 $(git ls-files '*.rs'); then
49
- printf "Please run \`rustfmt --edition 2021 \$(git ls-files '*.rs')\` to fix rustfmt errors.\nSee CONTRIBUTING.md for more details.\n" >&2
+ printf "Please run \`rustfmt --edition 2021 \$(git ls-files '*.rs')\` to fix rustfmt errors.\nSee docs/CODE_STYLE.md for more details.\n" >&2
50
exit 1
51
fi
52
0 commit comments