fix(derive): Reference correct path

This commit is contained in:
Ed Page 2022-06-02 16:44:25 -05:00
parent 77a0e66f6e
commit e5f2911603

View file

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