Commit 4508dc0
Drop one more trailing comma flagged by clippy 1.95 on -next
The stdlib-manifest sentinel test (`manifest_includes_rust_standard_library`)
has the same `unnecessary_trailing_comma` pattern that the prior
commit cleaned up in the test-bench files. The test lives only on
-next (it asserts on the synthetic stdlib entry that -next adds in
`build.rs`), so the miss wasn't caught until the rebase brought
these files together under clippy 1.95.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent aeae4b7 commit 4508dc0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments