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
Just stumbled on this in a code review. Would it make sense to check the naming of a member function? If a default() function is used (especially as a constructor) I would expect, that the Default trait is implemented.
Not sure if this would be it's own lint or integrated in an existing one
Version
No response
Additional Labels
No response
The text was updated successfully, but these errors were encountered:
Description
Just stumbled on this in a code review. Would it make sense to check the naming of a member function? If a
default()
function is used (especially as a constructor) I would expect, that theDefault
trait is implemented.Not sure if this would be it's own lint or integrated in an existing one
Version
No response
Additional Labels
No response
The text was updated successfully, but these errors were encountered: