Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se
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`
This commit is contained in:
commit
60952bc3da
8 changed files with 21 additions and 37 deletions
|
@ -271,6 +271,7 @@ symbols! {
|
|||
__S,
|
||||
__next,
|
||||
__try_var,
|
||||
_args,
|
||||
_d,
|
||||
_e,
|
||||
_task_context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue