Merge pull request #2077 from djanderson/patch-1

Fix typo in --config-help "funciton" -> "function"
This commit is contained in:
Seiichi Uchida
2017-10-24 23:48:36 +09:00
committed by GitHub
+1 -1
View File
@@ -624,7 +624,7 @@ pub fn get_toml_path(dir: &Path) -> Result<Option<PathBuf>, Error> {
Replace, Overwrite, Display, Plain, Diff, Coverage";
condense_wildcard_suffixes: bool, false, "Replace strings of _ wildcards by a single .. in \
tuple patterns";
combine_control_expr: bool, true, "Combine control expressions with funciton calls.";
combine_control_expr: bool, true, "Combine control expressions with function calls.";
struct_field_align_threshold: usize, 0, "Align struct fields if their diffs fits within \
threshold.";
remove_blank_lines_at_start_or_end_of_block: bool, true,