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
Remove public modifiers from an internal extension (#56)
### Motivation
The `public` modifier of members in an extension of an internal type
doesn't actually make them public, and can be confusing when reading the
code.
### Modifications
Remove the public modifiers.
### Result
Less confusing code.
### Test Plan
Tests still pass.
0 commit comments