mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
fix(derive): Reference correct path
This commit is contained in:
parent
77a0e66f6e
commit
e5f2911603
1 changed files with 1 additions and 1 deletions
|
@ -958,7 +958,7 @@ impl Parser {
|
|||
),
|
||||
ParserKind::FromFlag => Method::new(
|
||||
func,
|
||||
quote_spanned! { self.kind.span()=> clap::ValueParser::bool()},
|
||||
quote_spanned! { self.kind.span()=> clap::builder::ValueParser::bool()},
|
||||
),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue