We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b64d93 commit bd9624dCopy full SHA for bd9624d
src/tools/tidy/src/rustdoc_json.rs
@@ -17,6 +17,7 @@ pub fn check(src_path: &Path, ci_info: &crate::CiInfo, bad: &mut bool) {
17
if crate::files_modified(ci_info, |p| p == RUSTDOC_JSON_TYPES) {
18
// `rustdoc-json-types` was not modified so nothing more to check here.
19
println!("`rustdoc-json-types` was not modified.");
20
+ return;
21
}
22
// Then we check that if `FORMAT_VERSION` was updated, the `Latest feature:` was also updated.
23
match crate::git_diff(&base_commit, src_path.join("rustdoc-json-types")) {
0 commit comments