From 4e3c5b96796fc9c8c1ab765fde901d1f5f8cb9a1 Mon Sep 17 00:00:00 2001 From: Mendelt Siebenga Date: Fri, 4 Dec 2020 18:51:26 +0100 Subject: [PATCH] run clippy, docs and fmt checks on stable I think this ran on nightly because clippy needed that. I'm pretty sure clippy runs fine on stable now. --- .github/workflows/ci.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51640ffbe..b2ae1bac0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,11 +76,6 @@ jobs: steps: - uses: actions/checkout@master - - uses: actions-rs/toolchain@v1 - with: - toolchain: nightly - override: true - - name: setup run: | rustup component add clippy rustfmt @@ -93,4 +88,4 @@ jobs: run: cargo fmt --all -- --check - name: Docs - run: cargo doc --no-deps --features unstable + run: cargo doc --no-deps