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
Migrate to using variables directly in format strings
`clippy` recently added a new lint that encourages the use of
variables directly in format strings rather than as positional
arguments. While its not the most critical thing, its right, so
here we transition to inline variables in format strings.
0 commit comments