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

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
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