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

Conversation

asomers
Copy link
Owner

@asomers asomers commented Aug 28, 2020

Now it's possible to mock! or automock an async_trait, with no extra effort.

Fixes #75

Formerly the only formatting to do was to optionally remove doc
attributes.  Soon there will be other steps, too.
It's now possible to mock or automock an async trait, with no extra
effort

Fixes #75
@asomers asomers merged commit eb64bd8 into master Aug 29, 2020
@asomers asomers deleted the async_trait branch August 29, 2020 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't work with async traits
1 participant