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