]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #8295 - Jarcho:useless_format_8290, r=giraffate
authorbors <bors@rust-lang.org>
Sun, 16 Jan 2022 13:24:08 +0000 (13:24 +0000)
committerbors <bors@rust-lang.org>
Sun, 16 Jan 2022 13:24:08 +0000 (13:24 +0000)
Handle implicit named arguments in `useless_format`

fixes #8290

Ideally this would fix the macro parsing code to handle this, but this is a smaller change and easier to back port.

changelog: Handle implicit named arguments in `useless_format`


Trivial merge