Skip to content

Commit

Permalink
Rollup merge of rust-lang#99067 - est31:to_owned_link, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Intra-doc-link-ify reference to Clone::clone_from
  • Loading branch information
matthiaskrgr authored Jul 9, 2022
2 parents 3480181 + bdf1d22 commit f9b41e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/borrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit f9b41e4

Please sign in to comment.