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
Allow new default clippy lint uninlined-format-args
`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, but
fixing it everywhere is a few hundred changes and not entirely
worth it right now.
Instead, we simply allow the new default lint and hope to get to it
at some point.
0 commit comments