Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also allow unnecessary_fallible_conversions lint (#6294)
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.
- Loading branch information
d5e3434
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2306 tests run: 2217 passed, 0 failed, 89 skipped (full report)
Flaky tests (2)
Postgres 16
test_gc_cutoff
: releasePostgres 15
test_crafted_wal_end[last_wal_record_crossing_segment]
: releaseCode coverage (full report)
functions
:54.7% (10139 of 18520 functions)
lines
:81.5% (58107 of 71261 lines)
d5e3434 at 2024-01-09T05:01:32.701Z :recycle: