Skip to content

Commit

Permalink
Prevent an ugly linebreak in --config-helps description of condense_w…
Browse files Browse the repository at this point in the history
…ildcard_suffices
  • Loading branch information
mineo committed Nov 27, 2016
1 parent d3eba76 commit 2fc1a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.rs
Expand Up @@ -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"
}

0 comments on commit 2fc1a2d

Please sign in to comment.