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 a960c79 commit b32476aCopy full SHA for b32476a
.travis.yml
@@ -8,13 +8,13 @@ rust:
8
matrix:
9
include:
10
- env: RUSTFMT
11
- rust: 1.25.0 # `stable`: Locking down for consistent behavior
+ rust: 1.27.0 # `stable`: Locking down for consistent behavior
12
install:
13
- rustup component add rustfmt-preview
14
script:
15
- cargo fmt -- --write-mode=diff
16
- env: RUSTFLAGS="-D warnings"
17
18
19
20
- cargo check --tests --all-features
0 commit comments