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

Add IntoIter impl for FeatureCollection #196

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

michaelkirk
Copy link
Member

@michaelkirk michaelkirk commented Jun 21, 2022

so you can:

for feature in &feature_collection {
    handle_feature(feature)
}

@michaelkirk michaelkirk changed the title Add IntoIter impl for FeatureCollection so you can: Add IntoIter impl for FeatureCollection Jun 21, 2022
Copy link
Member

@urschrei urschrei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great.

    for feature in &feature_collection {
        handle_feature(feature)
    }
@michaelkirk michaelkirk force-pushed the mkirk/feature-collection-into-iter branch from e44a123 to 57d56b1 Compare June 22, 2022 18:00
@michaelkirk
Copy link
Member Author

bors r=urschrei

@bors
Copy link
Contributor

bors bot commented Jun 22, 2022

Build succeeded:

@bors bors bot merged commit 8d2416d into master Jun 22, 2022
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.

2 participants