Intra-doc-link-ify reference to Clone::clone_from

This commit is contained in:
est31 2022-07-08 22:41:41 +02:00
parent 3dcb616888
commit bdf1d22515

View File

@ -60,7 +60,7 @@ pub trait ToOwned {
/// Uses borrowed data to replace owned data, usually by cloning.
///
/// This is borrow-generalized version of `Clone::clone_from`.
/// This is borrow-generalized version of [`Clone::clone_from`].
///
/// # Examples
///