-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update grouped_values_of to use typed API and add support in derive #4544
Conversation
006e9aa
to
2a420ac
Compare
bd4d79f
to
3b2feb0
Compare
hmm, it looks like rust 1.66 changed the Debug format for PhantomData, which is causing the test for value_parser::value_parser to fail. I'm not sure what to do about that, since updating the test would cause it to fail on older versions of rust. |
Rebase and tests should get past that problem |
6e660dc
to
1f44263
Compare
It looks like master is currently failing in the same way. |
Oops, forgot to push |
Change it to be more consistent with get_one and get_many and related functions. Relates-To: clap-rs#2924
1f44263
to
6abc2cf
Compare
Thanks! |
A step towards #2924