mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Removed clippy warnings.
This commit is contained in:
parent
f307de22d0
commit
193ad56c2a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ pub fn parse_base_cmd_args(
|
|||
let app = App::new(name)
|
||||
.version(version)
|
||||
.about(about)
|
||||
.usage(&usage[..])
|
||||
.usage(usage)
|
||||
// Format arguments.
|
||||
.arg(
|
||||
Arg::with_name(options::DECODE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue