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
{{ message }}
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
Is it needed the mutable reference in publish method? or Am I missing something? Here, one can see that the publish method requires a mutable reference of self, but I don't really see the reason why and it does not seems to be really correct to mutate it in the publish.
Why can't it be cloned?
The text was updated successfully, but these errors were encountered:
Is it needed the mutable reference in publish method? or Am I missing something?
Here, one can see that the publish method requires a mutable reference of self, but I don't really see the reason why and it does not seems to be really correct to mutate it in the publish.
Why can't it be cloned?
The text was updated successfully, but these errors were encountered: