diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index ec192de191b1a..a4f7b64cb6a7e 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -231,8 +231,7 @@ jobs: matrix: integration: - 'rust-lang/cargo' - # FIXME: Re-enable once we can test with rls again. - # - 'rust-lang/rls' + - 'rust-lang/rls' - 'rust-lang/chalk' - 'rust-lang/rustfmt' - 'Marwes/combine'