Commit e2a05a4
committed
Allow new default clippy lint
`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.uninlined-format-args
1 parent 808d1dc commit e2a05a4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments