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
Unconditionally conform Attachment to CustomStringConvertible.
This PR adjusts `Attachment`'s conformance to `CustomStringConvertible`
such that it conforms even when `AttachableValue` is not `Copyable`. We
now check at runtime (by way of protocol shenanigans, of course) whether
the attachable value is copyable and, if so, take a different code path
than we take if it does not conform.
0 commit comments