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

Use Option<T> to return from getters #13100

Merged
merged 6 commits into from Aug 31, 2016
Merged

Use Option<T> to return from getters #13100

merged 6 commits into from Aug 31, 2016

Commits on Aug 30, 2016

  1. Improve some TestBinding methods

    We make them return sensical things in a sensical way.
    nox committed Aug 30, 2016
  2. Use Option<T> to return from getters

    This removes the cumbersome &mut bool argument and offers overall
    a more readable code.
    nox committed Aug 30, 2016
You can’t perform that action at this time.