Skip to content

Commit 377be7a

Browse files
committed
review comments
1 parent 4dc7b58 commit 377be7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
848848
ls: bool = (false, parse_bool, [UNTRACKED],
849849
"list the symbols defined by a library crate"),
850850
save_analysis: bool = (false, parse_bool, [UNTRACKED],
851-
"write syntax and type analysis (in JSON format) information, \
851+
"write syntax and type analysis (in JSON format) information, in \
852852
addition to normal output"),
853853
save_analysis_csv: bool = (false, parse_bool, [UNTRACKED],
854854
"write syntax and type analysis (in CSV format) information, in addition to normal output"),

0 commit comments

Comments
 (0)