Skip to content

Commit

Permalink
ci: use stable clippy (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel authored Apr 14, 2023
1 parent d061bec commit 178690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ clippy:
stage: lint
<<: *docker-env
script:
- cargo +nightly clippy --all --verbose
- cargo clippy --all --verbose

#### stage: test

Expand Down

0 comments on commit 178690d

Please sign in to comment.