Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Address lints introduced in rust 1.85.0 beta #10340

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

conradludgate
Copy link
Contributor

With a new beta build of the rust compiler, it's good to check out the new lints. Either to find false positives, or find flaws in our code. Additionally, it helps reduce the effort required to update to 1.85 in 6 weeks.

useless conversions and operator precedence
@conradludgate conradludgate requested a review from a team as a code owner January 10, 2025 09:40
@conradludgate conradludgate requested a review from arpad-m January 10, 2025 09:40
@conradludgate conradludgate force-pushed the conrad/rust_1_85_clippy branch from 8b4e984 to ee8cc96 Compare January 10, 2025 09:41
Copy link

github-actions bot commented Jan 10, 2025

7293 tests run: 6929 passed, 0 failed, 364 skipped (full report)


Flaky tests (3)

Postgres 17

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 32.5% (8044 of 24738 functions)
  • lines: 47.8% (66818 of 139844 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
2804742 at 2025-01-10T11:36:21.481Z :recycle:

@conradludgate conradludgate added this pull request to the merge queue Jan 13, 2025
Merged via the queue into main with commit de199d7 Jan 13, 2025
84 checks passed
@conradludgate conradludgate deleted the conrad/rust_1_85_clippy branch January 13, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants