chore: remove useless reference

This commit is contained in:
nibon7 2022-11-01 12:01:26 +08:00
parent 78e98e2d7c
commit e1e682468b
No known key found for this signature in database
GPG key ID: 281CE465D8EEC03B

View file

@ -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());
}