Skip to content
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

fix!: Prefer IntoIterator over &[] #4081

Merged
merged 1 commit into from Aug 15, 2022
Merged

fix!: Prefer IntoIterator over &[] #4081

merged 1 commit into from Aug 15, 2022

Conversation

epage
Copy link
Member

@epage epage commented Aug 15, 2022

The main breakinge change cases:

Fixes #2870

The main breakinge change cases:
- `&[char]`: now requires removing `&`
- All other non-ID `&[_]`: hopefully clap-rs#1041 will make these non-breaking

Fixes clap-rs#2870
@epage epage merged commit 472ede9 into clap-rs:master Aug 15, 2022
20 checks passed
@epage epage deleted the into_iter branch August 15, 2022 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loosen requirement on using &[] to pass into builder functions
1 participant