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

Issue 3608. Annotate struct EnterGuard with attr must_use #3609

Merged
merged 1 commit into from
Mar 12, 2021
Merged

Issue 3608. Annotate struct EnterGuard with attr must_use #3609

merged 1 commit into from
Mar 12, 2021

Commits on Mar 12, 2021

  1. Issue 3608

    EnterGuard must always be used.
    
      {
        let _guard = handle.enter(); // skipping _guard is wrong in all likelihood
      }
    farazshaikh committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    abfd02e View commit details
    Browse the repository at this point in the history