Closed
Description
Current clone_from_slice
doc says that the user might prefer to use copy_from_slice
for Copy
types, but since #81854 we automatically take care of this with specialization. We can consider to clarify docs.
The most careful action would be to let the current docs stand, if we don't want to say anything about the implementation details. I would prefer to remove the sentence about copy_from_slice
, or something similar.