@@ -935,8 +935,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
935935 save_analysis: bool = ( false , parse_bool, [ UNTRACKED ] ,
936936 "write syntax and type analysis (in JSON format) information, in \
937937 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" ) ,
940938 save_analysis_api: bool = ( false , parse_bool, [ UNTRACKED ] ,
941939 "write syntax and type analysis information for opaque libraries (in JSON format), \
942940 in addition to normal output") ,
@@ -2469,8 +2467,6 @@ mod tests {
24692467 assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
24702468 opts. debugging_opts . save_analysis = true ;
24712469 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( ) ) ;
24742470 opts. debugging_opts . save_analysis_api = true ;
24752471 assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
24762472 opts. debugging_opts . print_move_fragments = true ;
0 commit comments