]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/.github/workflows/clippy_bors.yml
Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC
[rust.git] / src / tools / clippy / .github / workflows / clippy_bors.yml
index 3958ba012467b5c9428ccd4427766b8b8871d87e..0c80394f03e3c83851d4f9b83ba4c6bfc7495032 100644 (file)
@@ -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'