Skip to content

Fix mocking methods that return &'static str#39

Merged
asomers merged 1 commit intomasterfrom
issue_38
Aug 29, 2019
Merged

Fix mocking methods that return &'static str#39
asomers merged 1 commit intomasterfrom
issue_38

Conversation

@asomers
Copy link
Copy Markdown
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