Temporarily disable rustfmt integration test
Running rustfmt from master is currently broken: https://github.com/rust-lang/rust/issues/71077
This commit is contained in:
parent
e29d550565
commit
8ad1d780e9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/clippy_bors.yml
vendored
3
.github/workflows/clippy_bors.yml
vendored
|
@ -234,7 +234,8 @@ jobs:
|
|||
- 'rust-lang/cargo'
|
||||
- 'rust-lang/rls'
|
||||
- 'rust-lang/chalk'
|
||||
- 'rust-lang/rustfmt'
|
||||
# FIXME: Disabled until https://github.com/rust-lang/rust/issues/71077 is fixed
|
||||
# - 'rust-lang/rustfmt'
|
||||
- 'Marwes/combine'
|
||||
- 'Geal/nom'
|
||||
- 'rust-lang/stdarch'
|
||||
|
|
Loading…
Add table
Reference in a new issue