File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
integration : [
17
17
bitflags,
18
- chalk,
19
- crater,
20
18
error-chain,
21
- glob,
22
19
log,
23
20
mdbook,
24
21
packed_simd,
37
34
# Instead, leverage `continue-on-error`
38
35
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
39
36
#
37
+ # Failing due to breaking changes in rustfmt 2.0 where empty
38
+ # match blocks have trailing commas removed
39
+ # https://github.com/rust-lang/rustfmt/pull/4226
40
+ - integration : chalk
41
+ allow-failure : true
42
+ - integration : crater
43
+ allow-failure : true
44
+ - integration : glob
45
+ allow-failure : true
40
46
# Using old rustfmt configuration option
41
47
- integration : rand
42
48
allow-failure : true
You can’t perform that action at this time.
0 commit comments