Skip to content

Commit a2da3d8

Browse files
committed
Use nightly for clippy
1 parent ee9a187 commit a2da3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777

7878
# clippy
7979
- name: Check clippy
80-
run: cargo clippy --all-targets --tests -- -Dwarnings
80+
run: cargo +nightly clippy --all-targets --tests -- -Dwarnings

0 commit comments

Comments
 (0)