mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Intra-doc-link-ify reference to Clone::clone_from
This commit is contained in:
parent
3dcb616888
commit
bdf1d22515
@ -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…
Reference in New Issue
Block a user