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 mocking methods that return &'static str #39

Merged
merged 1 commit into from
Aug 29, 2019
Merged

Fix mocking methods that return &'static str #39

merged 1 commit into from
Aug 29, 2019

Conversation

asomers
Copy link
Owner

@asomers asomers commented Aug 25, 2019

Don't perform the deref conversion when mocking methods that return
&'static references

Fixes #38

Don't perform the deref conversion when mocking methods that return
&'static references

Fixes #38
@asomers asomers merged commit 89299b9 into master Aug 29, 2019
@asomers asomers deleted the issue_38 branch August 29, 2019 02:16
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.

Can't mock method returning &'static str
1 participant