From 2fc1a2d3ccc9273f976a840a9019c33f8ca2c521 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sun, 27 Nov 2016 21:43:02 +0100 Subject: [PATCH] Prevent an ugly linebreak in --config-helps description of condense_wildcard_suffices --- src/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.rs b/src/config.rs index 22db4d648fc..7ee8e4a9097 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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" }