X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools%2Fclippy%2F.github%2Fworkflows%2Fclippy_bors.yml;h=0c80394f03e3c83851d4f9b83ba4c6bfc7495032;hb=2ac1598d83d03f80345bf17e0df84508e39025f8;hp=3958ba012467b5c9428ccd4427766b8b8871d87e;hpb=81207802a0d83a2d43cb57f3a67f1b948d3b108f;p=rust.git diff --git a/src/tools/clippy/.github/workflows/clippy_bors.yml b/src/tools/clippy/.github/workflows/clippy_bors.yml index 3958ba01246..0c80394f03e 100644 --- a/src/tools/clippy/.github/workflows/clippy_bors.yml +++ b/src/tools/clippy/.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'