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
Fix all remaining clippy uninlined_format_args warnings
- Fixed all 41 clippy warnings across multiple files:
- src/controller.rs: 7 format string warnings
- src/graph.rs: 2 format string warnings
- src/logger.rs: 1 format string warning
- src/metrics.rs: 9 format string warnings
- src/throttle.rs: 4 format string warnings
- src/user.rs: 1 format string warning
- src/util.rs: 4 format string warnings
- src/lib.rs: 6 format string warnings
All format strings now use inline format arguments as required by clippy.
The full clippy check now passes: cargo clippy --all-targets --all-features -- -D warnings
0 commit comments