We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
- for x in &self.y { + for x in (&self.y).into_iter() {
I think this fixes both #6 and #7.
The text was updated successfully, but these errors were encountered:
Woo, very nice! I had tried some things to figure out to get the inferencing to accept more stuff, but that was kind of a minefield.
Sorry, something went wrong.
b469bc2
Please add tests for #6 and #7.
Kept them open for a reason. :)
No branches or pull requests
I think this fixes both #6 and #7.
The text was updated successfully, but these errors were encountered: