]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/borrow.rs
Remove recommendation about idiomatic syntax for Arc::Clone
[rust.git] / src / liballoc / borrow.rs
index ee1799fad8e15c4ae09b31623b5ebb8670a82d13..d5e15b3719c2e6cb89cb377c7515730ff8e80698 100644 (file)
@@ -32,6 +32,7 @@ fn borrow(&self) -> &B {
 /// from any borrow of a given type.
 #[stable(feature = "rust1", since = "1.0.0")]
 pub trait ToOwned {
+    /// The resulting type after obtaining ownership.
     #[stable(feature = "rust1", since = "1.0.0")]
     type Owned: Borrow<Self>;