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
Use named fields instead of anonymous fields in common.Task. (#643)
Legitimate use cases for anonymous fields are few and far between. This is not one of them - we're not accessing properties of the anonymous fields
directly.
0 commit comments