mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
style: Resolve warning
This commit is contained in:
parent
cef5006e4f
commit
c92e4b5f01
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ impl Parse for ClapAttr {
|
|||
}
|
||||
"default_value_t" => Ok(DefaultValueT(name, None)),
|
||||
"default_value_os_t" => Ok(DefaultValueOsT(name, None)),
|
||||
"about" => (Ok(About(name))),
|
||||
"author" => (Ok(Author(name))),
|
||||
"about" => Ok(About(name)),
|
||||
"author" => Ok(Author(name)),
|
||||
"version" => Ok(Version(name)),
|
||||
|
||||
"skip" => Ok(Skip(name, None)),
|
||||
|
|
Loading…
Reference in a new issue