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
test: Change the headers! macro to a syntax that rustfmt will format
Rustfmt will format `()` or `[]` macro invocations that contain valid
Rust syntax, but not `{}` invocations. Switch to `()`, and update the
syntax to be valid Rust so rustfmt cleans them up.
(backport <#4765>)
(cherry picked from commit a8b1532)
0 commit comments