Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 659105b

Browse files
authored
comment out formatting check
1 parent 5291981 commit 659105b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
1717
# fallback to using the latest cache if no exact match is found
1818
- v1-dependencies-
19-
- run:
20-
name: Check formatting
21-
command: |
22-
rustfmt --version
23-
cargo fmt -- --write-mode=diff
19+
# - run:
20+
# name: Check formatting
21+
# command: |
22+
# rustfmt --version
23+
# cargo fmt -- --write-mode=diff
2424

2525
- run:
2626
name: Build all targets

0 commit comments

Comments
 (0)