Skip to content

Commit

Permalink
Allow clippy::redundant_field_names lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 13, 2020
1 parent 653ceaa commit 3a37e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -80,6 +80,7 @@ jobs:
# FIXME: Remove `-- -A clippy::option_as_ref_deref` when MSRV is bumped past 1.40.0
cargo clippy --all-targets --all --target "$target" \
-- \
-A clippy::option_as_ref_deref
-A clippy::option_as_ref_deref \
-A clippy::redundant_field_names
done
shell: bash

0 comments on commit 3a37e11

Please sign in to comment.