Skip to content

Commit

Permalink
Work-around clippy bug #5456
Browse files Browse the repository at this point in the history
  • Loading branch information
vn971 committed Jul 26, 2020
1 parent 0e6a74f commit 8aee473
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 @@ -13,7 +13,7 @@ test:
stage: test
script:
- cargo fmt --all -- --check
- cargo clippy --all-targets --all-features -- -D warnings
- touch src/main.rs && cargo clippy --all-targets --all-features -- -D warnings
- cargo audit
- cargo test

Expand Down

0 comments on commit 8aee473

Please sign in to comment.