We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7790c40 commit cd1b798Copy full SHA for cd1b798
.travis.yml
@@ -12,6 +12,6 @@ before_script:
12
- rustup component add rustfmt-preview
13
14
script:
15
- - cargo +nightly fmt -- --write-mode=diff
+ - cargo fmt -- --write-mode=diff
16
- cargo build
17
- cargo test
0 commit comments