Update rust.yml

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

View File

@ -100,7 +100,7 @@ jobs:
timeout-minutes: 2
steps:
- uses: actions/checkout@v1
- run: rustup install nightly
- run: rustup toolchain install nightly --profile minimal --component rustfmt
- run: cargo +nightly fmt -- --check
clippy: