Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: inline format args to improve readability (3) #5362

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Jan 21, 2025

Using this command, fixed format argument inlining to improve readability, and fix a few minor related styling issues like trailing commas in a single line. Only lib/wasix dir.

cargo clippy --all-targets --workspace --exclude wasmer-cli --exclude wasmer-swift -- -D clippy::uninlined_format_args

Using this command, fixed format argument inlining to improve readability, and fix a few minor related styling issues like trailing commas in a single line.  Only `lib/wasix` dir.

```
cargo clippy --all-targets --workspace --exclude wasmer-cli --exclude wasmer-swift -- -D clippy::uninlined_format_args
```
@xdoardo
Copy link
Contributor

xdoardo commented Jan 22, 2025

LGTM, thanks!

@xdoardo xdoardo merged commit 94be28f into wasmerio:main Jan 22, 2025
70 of 72 checks passed
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