Update rust.yml

All the cool kids are doing it 2.0
This commit is contained in:
RKennedy9064 2020-04-08 22:35:51 -05:00 committed by GitHub
parent 135edda3ab
commit 7ff25184ce

View file

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