Skip to content

Commit 1b378ce

Browse files
committed
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.
1 parent 5ba6340 commit 1b378ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@master
7878

79-
- uses: actions-rs/toolchain@v1
80-
with:
81-
toolchain: nightly
82-
override: true
83-
8479
- name: setup
8580
run: |
8681
rustup component add clippy rustfmt

0 commit comments

Comments
 (0)