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
Use inline format args in format strings for better readability and
performance. Changed format!("{}", var) to format!("{var}").
Fixed 13 occurrences across:
- crates/fspy/build.rs (7 fixes)
- crates/fspy_shared_unix/src/payload.rs (1 fix)
- crates/fspy_preload_unix/src/client/mod.rs (2 fixes)
- crates/fspy/examples/cli.rs (1 fix)
- crates/fspy_e2e/src/main.rs (2 fixes)
All tests pass and clippy is clean with -D clippy::uninlined_format_args.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments