File tree Expand file tree Collapse file tree 3 files changed +0
-213
lines changed Expand file tree Collapse file tree 3 files changed +0
-213
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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) ,
Original file line number Diff line number Diff 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" ]
145144trigger_files = [
146- " src/etc/check_missing_items.py" ,
147145 " src/librustdoc/json/" ,
148146 " src/rustdoc-json-types" ,
149147 " src/test/rustdoc-json" ,
You can’t perform that action at this time.
0 commit comments