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

Change accessors of &Option<T> to Option<&T> #35

Closed
endeav0r opened this issue Feb 1, 2018 · 0 comments
Closed

Change accessors of &Option<T> to Option<&T> #35

endeav0r opened this issue Feb 1, 2018 · 0 comments
Milestone

Comments

@endeav0r
Copy link
Member

endeav0r commented Feb 1, 2018

&Option<T> is not as ergonomic as Option<&T>, and is usually just a call to as_ref() away.

@endeav0r endeav0r added this to the 0.3.0 milestone Feb 1, 2018
endeav0r added a commit that referenced this issue Feb 3, 2018
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

No branches or pull requests

1 participant