Update rust.yml

All the cool kids are doing it 2.0
pull/20/head
RKennedy9064 2020-04-08 22:35:51 -05:00 committed by GitHub
parent 379050bae2
commit 15d8a7b339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,5 +109,5 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- run: rustup install nightly
- run: rustup toolchain install nightly --profile minimal --component clippy
- run: cargo +nightly clippy -- -D warnings