Skip to content

Commit

Permalink
Merge pull request #311 from asomers/nonstandard_macro_braces
Browse files Browse the repository at this point in the history
Suppress a buggy Clippy lint
  • Loading branch information
asomers authored Jul 10, 2021
2 parents bf52add + 8f7efc9 commit fc18e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ clippy_task:
folder: $CARGO_HOME/registry
lint_script:
- rustup component add clippy
- cargo clippy --all-features --all-targets --workspace -- -D warnings
# Suppress clippy::nonstandard_macro_braces due to a clippy bug.
# https://github.com/asomers/mockall/issues/310
- cargo clippy --all-features --all-targets --workspace -- -D warnings -A clippy::nonstandard_macro_braces
before_cache_script: rm -rf $CARGO_HOME/registry/index

0 comments on commit fc18e54

Please sign in to comment.