Skip to content

Commit 4508dc0

Browse files
EliahKaganclaude
andcommitted
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

File tree

src/licenses/embedded.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ mod tests {
225225
Some("Apache-2.0 OR MIT"),
226226
"stdlib license should be Apache-2.0 OR MIT",
227227
);
228-
assert!(!stdlib.files.is_empty(), "stdlib entry must have license text",);
228+
assert!(!stdlib.files.is_empty(), "stdlib entry must have license text");
229229
}
230230

231231
/// Workspace members with different license or authorship must appear

0 commit comments

Comments
 (0)