Switch Event::team method return to Option instead of Result<Team, error::NoTeamAttribute> #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is no need for an error result here, and it breaks consistency with
Event::delta()andEvent::quarter().error::NoTeamAttributeshould be deprecated, andEvent::teamshould instead returnOption<Team>.Resolved in
a5535354a3