diff --git a/src/lib.rs b/src/lib.rs index c48cf57a..4da7815d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -114,7 +114,7 @@ impl<'a, 'b> ArgumentLine<'a, 'b> { } } - if let Some(help) = &self.help { + if let Some(help) = self.help { s.push_str(format!("\t# {}", help).as_str()); }