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 deselfify to work with generic structs #21

Merged
merged 1 commit into from
Aug 8, 2019
Merged

Fix deselfify to work with generic structs #21

merged 1 commit into from
Aug 8, 2019

Conversation

asomers
Copy link
Owner

@asomers asomers commented Aug 8, 2019

It's now possible to automock methods of a generic struct or trait that
reference Self.

Fixes #17

It's now possible to automock methods of a generic struct or trait that
reference `Self`.

Fixes #17
@asomers asomers merged commit e4a6a2c into master Aug 8, 2019
@asomers asomers deleted the deselfify branch August 8, 2019 03:24
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.

deselfify doesn't work with generic types
1 participant