Skip to content

style: fix clippy::uninlined_format_args warnings#232

Merged
Brooooooklyn merged 1 commit intomainfrom
fix/clippy-uninlined-format-args
Oct 17, 2025
Merged

style: fix clippy::uninlined_format_args warnings#232
Brooooooklyn merged 1 commit intomainfrom
fix/clippy-uninlined-format-args

Conversation

@Brooooooklyn
Copy link
Copy Markdown
Member

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

Co-Authored-By: Claude noreply@anthropic.com

Copy link
Copy Markdown
Member Author

Brooooooklyn commented Oct 16, 2025

Copy link
Copy Markdown
Member Author

Brooooooklyn commented Oct 17, 2025

Merge activity

  • Oct 17, 6:08 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Oct 17, 6:15 AM UTC: Graphite rebased this pull request as part of a merge.
  • Oct 17, 6:21 AM UTC: @Brooooooklyn merged this pull request with Graphite.

@Brooooooklyn Brooooooklyn changed the base branch from fix/clippy-items-after-statements to graphite-base/232 October 17, 2025 06:08
@Brooooooklyn Brooooooklyn changed the base branch from graphite-base/232 to main October 17, 2025 06:14
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>
@Brooooooklyn Brooooooklyn force-pushed the fix/clippy-uninlined-format-args branch from 234412d to 1f3c908 Compare October 17, 2025 06:15
@Brooooooklyn Brooooooklyn merged commit dccd39b into main Oct 17, 2025
9 checks passed
@Brooooooklyn Brooooooklyn deleted the fix/clippy-uninlined-format-args branch October 17, 2025 06:21
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.

2 participants