fix clippy in nightly toolchain
This commit is contained in:
parent
ea5e740252
commit
9545841152
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
components: clippy
|
||||
override: true
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
toolchain: stable
|
||||
|
||||
- name: Run clippy
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Reference in a new issue