diff options
| author | Lzu Tao <taolzu@gmail.com> | 2020-06-09 14:36:01 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2020-06-09 14:36:01 +0000 |
| commit | 8db24840f7457f005cb73807197992922ca960b1 (patch) | |
| tree | 2292cc4af0a6e7d31b1aaa3265c4b937a044cea5 /.github/workflows | |
| parent | 161474b7f7a203215e0b4c468390f13d7b230a80 (diff) | |
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index 3958ba01246..0c80394f03e 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -232,7 +232,8 @@ jobs: matrix: integration: - 'rust-lang/cargo' - - 'rust-lang/rls' + # FIXME: re-enable once fmt_macros is renamed in RLS + # - 'rust-lang/rls' - 'rust-lang/chalk' - 'rust-lang/rustfmt' - 'Marwes/combine' |
