Skip to content

Commit edfae10

Browse files
authored
Merge pull request #128 from djfarly/travis-rustfmt
Update Travis' rustfmt arguments
2 parents 8102538 + 45e77a3 commit edfae10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
script:
1010
- cargo test --locked
1111
- rustup component add rustfmt-preview
12-
- cargo fmt -- --write-mode diff
12+
- cargo fmt --all -- --check
1313
env: RUST_BACKTRACE=1
1414

1515
# dist linux binary

0 commit comments

Comments
 (0)