Skip to content

Commit

Permalink
github actions: use stable clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Sep 26, 2020
1 parent 05db806 commit d7f7495
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,4 @@ jobs:

# type complexity must be ignored because we use huge templates for queries
- name: Run clippy
run: >
cargo +nightly clippy
--all-targets
--all-features
--
-D warnings
-A clippy::type_complexity
run: cargo clippy --all-targets --all-features -- -D warnings -A clippy::type_complexity

0 comments on commit d7f7495

Please sign in to comment.