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

async_trait compatibility #183

Merged
merged 3 commits into from
Aug 29, 2020
Merged

async_trait compatibility #183

merged 3 commits into from
Aug 29, 2020

Commits on Aug 28, 2020

  1. Generalize the process of formatting attribute lists

    Formerly the only formatting to do was to optionally remove doc
    attributes.  Soon there will be other steps, too.
    asomers committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    285aeb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1918982 View commit details
    Browse the repository at this point in the history
  3. async_trait!

    It's now possible to mock or automock an async trait, with no extra
    effort
    
    Fixes #75
    asomers committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7b15dd0 View commit details
    Browse the repository at this point in the history