]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/clippy_bors.yml
Auto merge of #95436 - cjgillot:static-mut, r=oli-obk
[rust.git] / .github / workflows / clippy_bors.yml
index 989667037c1cb4e23a0dcb0e2802023258510e4f..f571485e6d389befdf909d2f9ab5fa7bf25db69a 100644 (file)
@@ -143,13 +143,6 @@ jobs:
       env:
         OS: ${{ runner.os }}
 
-    - name: Test cargo dev new lint
-      run: |
-        cargo dev new_lint --name new_early_pass --pass early
-        cargo dev new_lint --name new_late_pass --pass late
-        cargo check
-        git reset --hard HEAD
-
   integration_build:
     needs: changelog
     runs-on: ubuntu-latest