clone_from_slice
doc can be updated after specialization
#84736
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Current
clone_from_slice
doc says that the user might prefer to usecopy_from_slice
forCopy
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.The text was updated successfully, but these errors were encountered: