Intra-doc-link-ify reference to Clone::clone_from
This commit is contained in:
parent
3dcb616888
commit
bdf1d22515
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.
|
/// 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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue