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

Static generics #19

Merged
merged 2 commits into from
Aug 7, 2019
Merged

Static generics #19

merged 2 commits into from
Aug 7, 2019

Conversation

asomers
Copy link
Owner

@asomers asomers commented Aug 7, 2019

Eliminate the hack for static methods of generic structs whereby the method must repeat the struct's generic parameters in the method definition.

It is no longer necessary to duplicate the struct's generic parameters
in the mock method's definition.
@asomers asomers merged commit 9bfb42a into master Aug 7, 2019
@asomers asomers deleted the static_generics branch August 7, 2019 16:54
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.

None yet

1 participant