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

Inline format arguments where makes sense #2038

Merged
merged 1 commit into from
May 10, 2023

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented May 10, 2023

Applied this command to the code, making it a bit shorter and slightly more readable.

cargo +nightly clippy --all-features --benches --tests --workspace --fix -- -A clippy::all -W clippy::uninlined_format_args
cargo +nightly fmt --all

@nyurik nyurik force-pushed the inline_format branch 2 times, most recently from 0c4183c to ea1b382 Compare May 10, 2023 07:38
Applied this command to the code, making it a bit shorter and slightly
more readable.

```
cargo +nightly clippy --all-features --benches --tests --workspace --fix -- -A clippy::all -W clippy::uninlined_format_args
cargo +nightly fmt --all
```
@fulmicoton
Copy link
Collaborator

thx!

@fulmicoton fulmicoton merged commit 74275b7 into quickwit-oss:main May 10, 2023
4 checks passed
@nyurik nyurik deleted the inline_format branch May 10, 2023 09:30
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.

None yet

2 participants