diff options
| -rw-r--r-- | src/liballoc/borrow.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/borrow.rs b/src/liballoc/borrow.rs index 95980735f7e..5ae5339138f 100644 --- a/src/liballoc/borrow.rs +++ b/src/liballoc/borrow.rs @@ -143,6 +143,7 @@ impl<T> ToOwned for T /// ``` /// /// Another example showing how to keep `Cow` in a struct: +/// /// ``` /// use std::borrow::{Cow, ToOwned}; /// |
