Skip to content

streamer: Resolve Rust 1.88 clippy lints and format strings#7001

Merged
steviez merged 3 commits intoanza-xyz:masterfrom
steviez:rust_1.88_streamer
Jul 16, 2025
Merged

streamer: Resolve Rust 1.88 clippy lints and format strings#7001
steviez merged 3 commits intoanza-xyz:masterfrom
steviez:rust_1.88_streamer

Conversation

@steviez
Copy link
Copy Markdown

@steviez steviez commented Jul 16, 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

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 16, 2025

Codecov Report

❌ Patch coverage is 60.60606% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.2%. Comparing base (09fe49b) to head (5635a04).
⚠️ Report is 2874 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7001   +/-   ##
=======================================
  Coverage    83.2%    83.2%           
=======================================
  Files         853      853           
  Lines      375393   375395    +2     
=======================================
+ Hits       312474   312485   +11     
+ Misses      62919    62910    -9     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@steviez steviez merged commit 5303b3d into anza-xyz:master Jul 16, 2025
41 checks passed
@steviez steviez deleted the rust_1.88_streamer branch July 16, 2025 20:54
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