mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
chore: remove useless reference
This commit is contained in:
parent
78e98e2d7c
commit
e1e682468b
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue