File tree 3 files changed +0
-213
lines changed
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> {
2563
2563
2564
2564
let mut json_out = out_dir. join ( self . testpaths . file . file_stem ( ) . unwrap ( ) ) ;
2565
2565
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
- }
2575
2566
2576
2567
let res = self . cmd2procres (
2577
2568
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 = [
130
130
131
131
# Internal tooling
132
132
" src/etc/htmldocck.py" ,
133
- " src/etc/check_missing_items.py" ,
134
133
" src/tools/jsondocck" ,
135
134
" src/tools/jsondoclint" ,
136
135
" src/tools/rustdoc-gui" ,
@@ -143,7 +142,6 @@ exclude_labels = [
143
142
144
143
[autolabel ."A-rustdoc-json" ]
145
144
trigger_files = [
146
- " src/etc/check_missing_items.py" ,
147
145
" src/librustdoc/json/" ,
148
146
" src/rustdoc-json-types" ,
149
147
" src/test/rustdoc-json" ,
You can’t perform that action at this time.
0 commit comments