Skip to content

Commit

Permalink
style: Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 22, 2022
1 parent c9d883a commit 907941a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/usage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ impl<'cmd> Usage<'cmd> {
usage.push_str(
self.cmd
.get_subcommand_value_name()
.unwrap_or(&DEFAULT_SUB_VALUE_NAME),
.unwrap_or(DEFAULT_SUB_VALUE_NAME),
);
usage.push('>');
}
Expand Down

0 comments on commit 907941a

Please sign in to comment.