Skip to content

Commit c67e48b

Browse files
committed
Update to the new rustfmt cli
1 parent e50ecfe commit c67e48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ matrix:
4848
before_script:
4949
- rustup component add rustfmt-preview
5050
script:
51-
- cargo fmt --all -- --write-mode=diff
51+
- cargo fmt --all -- --check
5252
- env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
5353
script: |
5454
cargo install clippy

0 commit comments

Comments
 (0)