Skip to content

Also allow unnecessary_fallible_conversions lint - #6294

Merged
arpad-m merged 1 commit into
mainfrom
arpad/fix_macos_clippy
Jan 9, 2024
Merged

Also allow unnecessary_fallible_conversions lint#6294
arpad-m merged 1 commit into
mainfrom
arpad/fix_macos_clippy

Conversation

@arpad-m

@arpad-m arpad-m commented Jan 8, 2024

Copy link
Copy Markdown
Contributor

This fixes the clippy lint firing on macOS on the conversion which needed for portability. For some reason, the logic in rust-lang/rust-clippy#11669 to avoid an overlap is not working.

@arpad-m
arpad-m requested a review from bayandin January 8, 2024 13:30
@arpad-m
arpad-m requested a review from a team as a code owner January 8, 2024 13:30
@arpad-m
arpad-m requested review from jcsp and removed request for a team January 8, 2024 13:30
@bayandin bayandin added the run-extra-build-macos When placed on a PR, tells the CI to run a build on macOS. No unit tests are run, though. label Jan 8, 2024
@github-actions

github-actions Bot commented Jan 8, 2024

Copy link
Copy Markdown

2238 tests run: 2155 passed, 0 failed, 83 skipped (full report)


Code coverage (full report)

  • functions: 54.8% (10145 of 18520 functions)
  • lines: 81.6% (58170 of 71261 lines)

The comment gets automatically updated with the latest test results
cd44433 at 2024-01-09T02:11:53.970Z :recycle:

@bayandin

bayandin commented Jan 8, 2024

Copy link
Copy Markdown
Contributor

@arpad-m could you please rebase the branch to trigger a workflow on macOS (rerunning job doesn't pick up new labels)

@arpad-m
arpad-m force-pushed the arpad/fix_macos_clippy branch from 411b79b to cd44433 Compare January 9, 2024 01:31
@arpad-m
arpad-m enabled auto-merge (squash) January 9, 2024 04:18
@arpad-m
arpad-m merged commit d5e3434 into main Jan 9, 2024
@arpad-m
arpad-m deleted the arpad/fix_macos_clippy branch January 9, 2024 04:22
@arpad-m arpad-m mentioned this pull request Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-extra-build-macos When placed on a PR, tells the CI to run a build on macOS. No unit tests are run, though.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants