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 45ef6de commit 3337d95Copy full SHA for 3337d95
.circleci/config.yml
@@ -41,6 +41,7 @@ jobs:
41
- run:
42
name: check format
43
command: |
44
+ rustup component add rustfmt-preview --toolchain stable
45
cargo fmt -- --write-mode=diff
46
47
workflows:
0 commit comments