Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Aug 31, 2024
1 parent eff7dbc commit 9745cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
-A clippy::significant_drop_tightening \
-A clippy::redundant_closure \
-A clippy::missing_errors_doc \
-A clippy::type_complexity
-A clippy::type_complexity \
-A clippy::too_long_first_doc_paragraph
- name: tests
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
-A clippy::significant_drop_tightening \
-A clippy::redundant_closure \
-A clippy::missing_errors_doc \
-A clippy::type_complexity
-A clippy::type_complexity \
-A clippy::too_long_first_doc_paragraph
- name: java-bridge tests
Expand Down

0 comments on commit 9745cb3

Please sign in to comment.