]> git.lizzy.rs Git - rust.git/commitdiff
review comments
authorNick Cameron <ncameron@mozilla.com>
Tue, 30 Aug 2016 04:40:44 +0000 (16:40 +1200)
committerNick Cameron <ncameron@mozilla.com>
Thu, 1 Sep 2016 02:55:28 +0000 (14:55 +1200)
src/librustc/session/config.rs

index 8eb80472d6e09fc93ee4e15aa5a9fdf0a276f49c..5720978816249eb8310ce4f4b569975e5f2c60e0 100644 (file)
@@ -848,7 +848,7 @@ fn parse_panic_strategy(slot: &mut PanicStrategy, v: Option<&str>) -> bool {
     ls: bool = (false, parse_bool, [UNTRACKED],
         "list the symbols defined by a library crate"),
     save_analysis: bool = (false, parse_bool, [UNTRACKED],
-        "write syntax and type analysis (in JSON format) information, \
+        "write syntax and type analysis (in JSON format) information, in \
          addition to normal output"),
     save_analysis_csv: bool = (false, parse_bool, [UNTRACKED],
         "write syntax and type analysis (in CSV format) information, in addition to normal output"),