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