@@ -935,8 +935,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
935
935
save_analysis: bool = ( false , parse_bool, [ UNTRACKED ] ,
936
936
"write syntax and type analysis (in JSON format) information, in \
937
937
addition to normal output") ,
938
- save_analysis_csv: bool = ( false , parse_bool, [ UNTRACKED ] ,
939
- "write syntax and type analysis (in CSV format) information, in addition to normal output" ) ,
940
938
save_analysis_api: bool = ( false , parse_bool, [ UNTRACKED ] ,
941
939
"write syntax and type analysis information for opaque libraries (in JSON format), \
942
940
in addition to normal output") ,
@@ -2469,8 +2467,6 @@ mod tests {
2469
2467
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2470
2468
opts. debugging_opts . save_analysis = true ;
2471
2469
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2472
- opts. debugging_opts . save_analysis_csv = true ;
2473
- assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2474
2470
opts. debugging_opts . save_analysis_api = true ;
2475
2471
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2476
2472
opts. debugging_opts . print_move_fragments = true ;
0 commit comments