Skip to content

Commit

Permalink
tidy: Remove unnecessary trailing semicolon.
Browse files Browse the repository at this point in the history
This will cause a failure due to the warning after the next beta branch
as rust-lang#79812 will hit beta.
  • Loading branch information
ehuss committed Jan 25, 2021
1 parent d980715 commit 6f22f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ fn map_lib_features(
mf(Err($msg), file, i + 1);
continue;
}};
};
}
if let Some((ref name, ref mut f)) = becoming_feature {
if f.tracking_issue.is_none() {
f.tracking_issue = find_attr_val(line, "issue").and_then(handle_issue_none);
Expand Down

0 comments on commit 6f22f51

Please sign in to comment.