Skip to content

Commit aa9aa0d

Browse files
tottotoseanmonstar
authored andcommitted
chore(ci): update location of code style document
1 parent f829a7a commit aa9aa0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: cargo fmt --check
4747
run: |
4848
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
49+
printf "Please run \`rustfmt --edition 2021 \$(git ls-files '*.rs')\` to fix rustfmt errors.\nSee docs/CODE_STYLE.md for more details.\n" >&2
5050
exit 1
5151
fi
5252

0 commit comments

Comments
 (0)