We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcb616 commit bdf1d22Copy full SHA for bdf1d22
library/alloc/src/borrow.rs
@@ -60,7 +60,7 @@ pub trait ToOwned {
60
61
/// Uses borrowed data to replace owned data, usually by cloning.
62
///
63
- /// This is borrow-generalized version of `Clone::clone_from`.
+ /// This is borrow-generalized version of [`Clone::clone_from`].
64
65
/// # Examples
66
0 commit comments