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 is obvious from looking at this code that these implicit parameters are not getting used, but if you remove them you are no longer implementing the trait. I can get around this by naming the param and adding unused, but this feels like it shouldn't be needed.
Compiler version
3.7.0
Minimized code
Output
Expectation
It is obvious from looking at this code that these implicit parameters are not getting used, but if you remove them you are no longer implementing the trait. I can get around this by naming the param and adding unused, but this feels like it shouldn't be needed.
The text was updated successfully, but these errors were encountered: