You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that #[clippy::format_args] has been released, should we delete the FORMAT_MACRO_DIAG_ITEMS list, and instead tag all relevant macros with the new attribute in the stdlib?
Benefits
Keep each macro's metadata next to the declaration.
No need to track when new relevant macros are written
Improves discoverability of the #[clippy::format_args], as any developer writing format-like macro will see it in the declaration