Skip to content

Commit

Permalink
Migrate clippy lint to stable rust (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rillian authored Jan 18, 2024
1 parent 0e270e8 commit 4029130
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-10-17
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4029130

Please sign in to comment.