chore: add Rust toolchain components (#14004)

This commit is contained in:
Divy Srivastava 2022-03-17 21:54:24 +05:30 committed by GitHub
parent fce60f2cc2
commit 3c47500975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -87,12 +87,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install clippy and rustfmt
if: matrix.job == 'lint'
run: |
rustup component add clippy
rustup component add rustfmt
- name: Install Deno
if: matrix.job == 'lint'
run: |

View file

@ -1,2 +1,3 @@
[toolchain]
channel = "1.59.0"
components = ["rustfmt", "clippy"]