You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
developerworks
committed
Fix all clippy::uninlined_format_args errors across 11 source files
- Inline all format arguments in format!() calls to use {var} syntax
instead of passing variables as arguments
- Fixes clippy::uninlined_format_args (denied via -D warnings) detected
by Rust 1.88 clippy on CI
0 commit comments