Merge pull request #1231 from mineo/condense_wildcard_suffices

Prevent an ugly linebreak in --config-helps description of condense_wildcard_suffices
This commit is contained in:
Nick Cameron 2016-11-28 09:52:27 +13:00 committed by GitHub
commit 1cc4f0c35f

View File

@ -422,6 +422,6 @@ create_config! {
use_try_shorthand: bool, false, "Replace uses of the try! macro by the ? shorthand";
write_mode: WriteMode, WriteMode::Replace,
"What Write Mode to use when none is supplied: Replace, Overwrite, Display, Diff, Coverage";
condense_wildcard_suffices: bool, false, "Replace strings of _ wildcards by a single .. in
tuple patterns"
condense_wildcard_suffices: bool, false, "Replace strings of _ wildcards by a single .. in \
tuple patterns"
}