Update rust.yml

All the cool kids are doing it
This commit is contained in:
RKennedy9064 2020-04-08 22:34:16 -05:00 committed by GitHub
parent 4a5598e072
commit 135edda3ab

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: