Rollup merge of #99067 - est31:to_owned_link, r=Dylan-DPC
Intra-doc-link-ify reference to Clone::clone_from
This commit is contained in:
commit
e89ed4f752
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue