File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,14 @@ matrix:
31
31
- env : INTEGRATION=rand
32
32
- env : INTEGRATION=rust-clippy
33
33
- env : INTEGRATION=rust-semverver
34
+ - env : INTEGRATION=stdsimd
34
35
- env : INTEGRATION=tempdir
35
36
allow_failures :
36
- # See: https://github.com/rust-lang-nursery/ rustfmt/issues/2789
37
+ # Needs `edition = "Edition2018"` in rustfmt.toml
37
38
- env : INTEGRATION=chalk
38
- # PR sent
39
+ # Fails tests, don't know why
39
40
- env : INTEGRATION=crater
40
- # #2721
41
- - env : INTEGRATION=rand
42
- # Doesn't build
41
+ # Unknown
43
42
- env : INTEGRATION=rust-clippy
44
43
# See: https://github.com/rust-lang-nursery/rustfmt/issues/2787
45
44
- env : INTEGRATION=stdsimd
Original file line number Diff line number Diff line change 1
1
error_on_line_overflow = true
2
2
error_on_unformatted = true
3
+ edition = " Edition2018"
You can’t perform that action at this time.
0 commit comments