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

Use &[impl AsRef<str>] instead of &[&str] #1149

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rafaelcaricio
Copy link

This PR complements the changes in gtk-rs/gtk-rs-core#89 applying the new code pattern in the auto generated code.

@MarijnS95
Copy link
Contributor

Would it be possible and shorter to use &[impl AsRef<str>] instead?

@rafaelcaricio rafaelcaricio changed the title Use S: AsRef<str>, &[S] instead of &[&str] Use &[impl AsRef<str>] instead of &[&str] May 24, 2021
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.

None yet

2 participants