Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement IntoIterator for Statuses #880

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Conversation

schteve
Copy link
Contributor

@schteve schteve commented Sep 12, 2022

Implement IntoIterator for Statuses via the existing iter() method so we get that sweet for-loop syntax sugar.

let statuses: Statuses = repo.statuses(None).unwrap();
for status in &statuses {
    // Do something
}

@alexcrichton alexcrichton merged commit 49879e9 into rust-lang:master Sep 12, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants