mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
60952bc3da
Don't destructure args tuple in format_args! This allows Clippy to parse the HIR more simply since `arg0` is changed to `_args.0`. (cc rust-lang/rust-clippy#7843). From rustc's perspective, I think this is something between a lateral move and a tiny improvement since there are fewer bindings. r? `@m-ou-se` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |