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 86cdb98 commit 9d8e13fCopy full SHA for 9d8e13f
.travis.yml
@@ -2,6 +2,6 @@ language: rust
2
before_script:
3
- rustup component add rustfmt-preview
4
script:
5
- - cargo fmt --all -- --write-mode=diff
+ - cargo fmt --all -- --check
6
- cargo build --verbose --all
7
- cargo test --verbose --all
0 commit comments