Skip to content

Commit

Permalink
Merge pull request #667 from pradovic/clippy-errors
Browse files Browse the repository at this point in the history
Fix clippy and audit warnings
  • Loading branch information
pradovic committed Jan 20, 2021
2 parents bfab0e1 + 8eba60d commit d81d99c
Show file tree
Hide file tree
Showing 15 changed files with 760 additions and 587 deletions.
17 changes: 8 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ jobs:
name: Check Style
command: |
cargo fmt --all -- --check
# FIXME: disabled to unblock pending PRs
# cargo clippy --all-targets --all-features -- -D warnings
# - run:
# name: Audit Dependencies
# # FIXME: Disabled:
# # 1. spin: is no longer actively maintained
# # 2. sized-chunks: no safe upgrade.
# # 3. net2: has been removed from crates, still present as a dep to tokio
# command: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041 --ignore RUSTSEC-2020-0016
cargo clippy --all-targets --all-features -- -D warnings
- run:
name: Audit Dependencies
# FIXME: Disabled:
# 1. spin: is no longer actively maintained
# 2. sized-chunks: no safe upgrade.
# 3. net2: has been removed from crates, still present as a dep to tokio
command: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041 --ignore RUSTSEC-2020-0016

test-md:
docker:
Expand Down
Loading

0 comments on commit d81d99c

Please sign in to comment.