summaryrefslogtreecommitdiff
path: root/src/options.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.rs')
-rw-r--r--src/options.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/options.rs b/src/options.rs
index a6a104d0..68b127ae 100644
--- a/src/options.rs
+++ b/src/options.rs
@@ -66,7 +66,8 @@ where
.help("Avoid deriving Debug on any type."),
Arg::with_name("impl-debug")
.long("impl-debug")
- .help("Create Debug implementation, if it can not be derived automatically."),
+ .help("Create Debug implementation, if it can not be derived \
+ automatically."),
Arg::with_name("no-derive-default")
.long("no-derive-default")
.hidden(true)