Skip to content

Conversation

@caspermeijn
Copy link
Contributor

Prevent clippy warnings like:

error: variables can be used directly in the `format!` string
   --> prost-derive/src/lib.rs:438:9
    |
438 | /         bail!(
439 | |             "invalid oneof {}: multiple variants have tag {}",
440 | |             ident,
441 | |             duplicate_tag
442 | |         );
    | |_________^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args

Prevent clippy warnings like:
```
error: variables can be used directly in the `format!` string
   --> prost-derive/src/lib.rs:438:9
    |
438 | /         bail!(
439 | |             "invalid oneof {}: multiple variants have tag {}",
440 | |             ident,
441 | |             duplicate_tag
442 | |         );
    | |_________^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
```
@caspermeijn caspermeijn added this pull request to the merge queue Nov 21, 2025
Merged via the queue into tokio-rs:master with commit 5620790 Nov 21, 2025
17 checks passed
@caspermeijn caspermeijn deleted the style_uninaligned branch November 21, 2025 06:42
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.

1 participant