Update rust.yml
This commit is contained in:
parent
f3b0006754
commit
e5fd46adfa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
components: rustfmt
|
||||
components: clippy
|
||||
|
||||
- name: Run clippy
|
||||
run: cargo clippy
|
||||
|
|
Loading…
Reference in a new issue