Skip to content

Commit 6f22f51

Browse files
committed
tidy: Remove unnecessary trailing semicolon.
This will cause a failure due to the warning after the next beta branch as #79812 will hit beta.
1 parent d980715 commit 6f22f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ fn map_lib_features(
422422
mf(Err($msg), file, i + 1);
423423
continue;
424424
}};
425-
};
425+
}
426426
if let Some((ref name, ref mut f)) = becoming_feature {
427427
if f.tracking_issue.is_none() {
428428
f.tracking_issue = find_attr_val(line, "issue").and_then(handle_issue_none);

0 commit comments

Comments
 (0)