Skip to content

fix: uninlined_format_args for #[clippy::format_args] macros that adapt arguments Fixes uninlined_format_args not firing for #[clippy::format_args] macros that wrap their arguments before forwarding to format_args! (e.g. wrapping x in Adapter(&x)).#16877

Open
Souradip121 wants to merge 3 commits intorust-lang:masterfrom
Souradip121:fix-format-args-adapted-args