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
Clippy points out that "format specifiers have no effect on
`format_args!()`", i.e. that our attempt to fix the log context
width to 55 chars doesn't do anything because its applied to the
result of `format_args`ing the context.
This appears to have broken when we optimized out a previous
`format`, which we revert here.
0 commit comments