Skip to content

Commit

Permalink
Run clippy on test and example code
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Apr 14, 2021
1 parent 84344ba commit 6b0d106
Show file tree
Hide file tree
Showing 34 changed files with 264 additions and 413 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ jobs:
command: cargo fmt -- --check
- run:
name: Clippy linting on workspace
command: cargo clippy -- -D warnings
command: cargo clippy --all-targets -- -D warnings
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down
Loading

0 comments on commit 6b0d106

Please sign in to comment.