Skip to content

runtime: Resolve Rust 1.88 clippy lints and format strings#7434

Merged
steviez merged 4 commits intoanza-xyz:masterfrom
steviez:rust_1.88_runtime
Aug 9, 2025
Merged

runtime: Resolve Rust 1.88 clippy lints and format strings#7434
steviez merged 4 commits intoanza-xyz:masterfrom
steviez:rust_1.88_runtime

Conversation

@steviez
Copy link
Copy Markdown

@steviez steviez commented Aug 9, 2025

Problem

Working towards #6850, broken out from #6854

Summary of Changes

  • Run cargo clippy --fix --tests with Rust 1.88.0 set in rust-toolchain.toml
    • These should only be instances of uninlined_format_args
  • Run cargo fmt with format_strings = true set in rustfmt.toml

@steviez steviez force-pushed the rust_1.88_runtime branch from 29a1502 to 41016b0 Compare August 9, 2025 03:33
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 69.85294% with 41 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.2%. Comparing base (4c47fca) to head (41016b0).

Additional details and impacted files
@@            Coverage Diff            @@
##           master    #7434     +/-   ##
=========================================
- Coverage    83.2%    83.2%   -0.1%     
=========================================
  Files         798      798             
  Lines      363025   363043     +18     
=========================================
+ Hits       302379   302381      +2     
- Misses      60646    60662     +16     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@steviez steviez requested a review from brooksprumo August 9, 2025 04:21
Copy link
Copy Markdown

@brooksprumo brooksprumo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@steviez steviez merged commit 0559529 into anza-xyz:master Aug 9, 2025
40 checks passed
@steviez steviez deleted the rust_1.88_runtime branch August 9, 2025 16:00
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.

3 participants