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
ContainerRegistry: Prefer generic parameters to existentials (#150)
Motivation
----------
A generic parameter is preferable to an `any` parameter, where possible.
Modifications
-------------
* Make blob parameter generic instead of existential in
ImageReference.Digest(of: Blob)
Result
------
No functional change.
Test Plan
---------
All existing tests continue to pass.
0 commit comments