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 7dcf8f9 commit ff49a6dCopy full SHA for ff49a6d
.circleci/config.yml
@@ -16,11 +16,11 @@ jobs:
16
- v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
17
# fallback to using the latest cache if no exact match is found
18
- v1-dependencies-
19
- - run:
20
- name: Check formatting
21
- command: |
22
- rustfmt --version
23
- cargo fmt -- --write-mode=diff
+# - run:
+# name: Check formatting
+# command: |
+# rustfmt --version
+# cargo fmt -- --write-mode=diff
24
25
- run:
26
name: Build all targets
0 commit comments