You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's normal for a struct's impl block to elide lifetime parameters that aren't needed in the impl block. But Mockall currently confuses that for "there are no lifetime parameters", which isn't correct.
The text was updated successfully, but these errors were encountered:
It's normal for a struct's impl block to elide lifetime parameters that aren't needed in the impl block. But Mockall currently confuses that for "there are no lifetime parameters", which isn't correct.
The text was updated successfully, but these errors were encountered: