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

Github user id is not optional #1799

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

apiraino
Copy link
Contributor

This patch removes the Optional id in the GitHub User struct.

Unsure why it was this way, but I think it is reasonable to expect that any GitHub User has an id.

Closes #1775

r? @jackh726

This patch removes the Optional id in the GitHub User struct.

Unsure why it was this way, but I think it is reasonable to expect that
any GitHub User has an id.
src/github.rs Show resolved Hide resolved
@jackh726 jackh726 merged commit 89b98f2 into rust-lang:master Apr 22, 2024
2 checks passed
@apiraino apiraino deleted the github-id-not-optional branch April 24, 2024 14:24
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.

Github userId should not be an Option<T>
2 participants