Skip to content

Commit 393792d

Browse files
committed
Remove check_missing_items.py
1 parent 5956b56 commit 393792d

File tree

3 files changed

+0
-213
lines changed

3 files changed

+0
-213
lines changed

src/etc/check_missing_items.py

-202
This file was deleted.

src/tools/compiletest/src/runtest.rs

-9
Original file line numberDiff line numberDiff line change
@@ -2563,15 +2563,6 @@ impl<'test> TestCx<'test> {
25632563

25642564
let mut json_out = out_dir.join(self.testpaths.file.file_stem().unwrap());
25652565
json_out.set_extension("json");
2566-
let res = self.cmd2procres(
2567-
Command::new(&self.config.python)
2568-
.arg(root.join("src/etc/check_missing_items.py"))
2569-
.arg(&json_out),
2570-
);
2571-
2572-
if !res.status.success() {
2573-
self.fatal_proc_rec("check_missing_items failed!", &res);
2574-
}
25752566

25762567
let res = self.cmd2procres(
25772568
Command::new(self.config.jsondoclint_path.as_ref().unwrap()).arg(&json_out),

triagebot.toml

-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ trigger_files = [
130130

131131
# Internal tooling
132132
"src/etc/htmldocck.py",
133-
"src/etc/check_missing_items.py",
134133
"src/tools/jsondocck",
135134
"src/tools/jsondoclint",
136135
"src/tools/rustdoc-gui",
@@ -143,7 +142,6 @@ exclude_labels = [
143142

144143
[autolabel."A-rustdoc-json"]
145144
trigger_files = [
146-
"src/etc/check_missing_items.py",
147145
"src/librustdoc/json/",
148146
"src/rustdoc-json-types",
149147
"src/test/rustdoc-json",

0 commit comments

Comments
 (0)