Merge pull request #3830 from fanninpm/clippy-1.62

Switch clippy to stable
This commit is contained in:
Jeong YunWon
2022-07-01 12:56:00 +09:00
committed by GitHub

View File

@@ -230,7 +230,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: beta
components: rustfmt, clippy
override: true
- name: run rustfmt