Skip to content

Commit 8ad1d78

Browse files
committed
Temporarily disable rustfmt integration test
Running rustfmt from master is currently broken: rust-lang/rust#71077
1 parent e29d550 commit 8ad1d78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ jobs:
234234
- 'rust-lang/cargo'
235235
- 'rust-lang/rls'
236236
- 'rust-lang/chalk'
237-
- 'rust-lang/rustfmt'
237+
# FIXME: Disabled until https://github.com/rust-lang/rust/issues/71077 is fixed
238+
# - 'rust-lang/rustfmt'
238239
- 'Marwes/combine'
239240
- 'Geal/nom'
240241
- 'rust-lang/stdarch'

0 commit comments

Comments
 (0)