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

Fix using Mockall when a function named Ok is in scope #389

Merged
merged 1 commit into from
Jun 28, 2022
Merged

Commits on Jun 28, 2022

  1. Fix using Mockall when a function named Ok is in scope

    The `anyhow` create defines a function by this name, and the proc-macro
    generated code was picking it up instead of the standard Result::Ok .
    
    Fixes #388
    asomers committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0ac020b View commit details
    Browse the repository at this point in the history