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

Add some must_use warnings #37

Merged
merged 1 commit into from
Aug 29, 2019
Merged

Add some must_use warnings #37

merged 1 commit into from
Aug 29, 2019

Commits on Aug 24, 2019

  1. Add some must_use warnings

    There's no good reason to create a Context object but not set any
    expectations.  And when the "nightly" feature is off, there's no good
    reason to create an expectation but not set its return value.  Warn the
    user if he does one of those things.
    
    Suggested by @ArekPiekarz
    asomers committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    8318d22 View commit details
    Browse the repository at this point in the history