Commit a6f494a
Satisfy clippy 1.95's
Clippy 1.95 introduced a new default warning that flags trailing
commas after the last argument of format-like macros. Four sites
across the license tests were written with a trailing comma before
the closing parenthesis — all in `assert!` and `format!` calls where
there is no argument following the comma. Drop those four commas;
no behaviour change.
The lint was not present in the clippy 1.94 CI runner, which is why
the earlier pushes didn't surface it. Surfaced now because rustup
updated the toolchain locally.
Co-Authored-By: Claude <noreply@anthropic.com>clippy::unnecessary_trailing_comma lint1 parent 1e9097f commit a6f494a
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments