We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d664b89 commit 13d94d6Copy full SHA for 13d94d6
src/libcore/borrow.rs
@@ -55,7 +55,6 @@
55
/// [`String`]: ../../std/string/struct.String.html
56
/// [`borrow`]: #tymethod.borrow
57
///
58
-///
59
/// # Examples
60
61
/// As a data collection, [`HashMap<K, V>`] owns both keys and values. If
@@ -163,7 +162,6 @@
163
162
/// [`HashMap<K, V>`]: ../../std/collections/struct.HashMap.html
164
165
/// [`str`]: ../../std/primitive.str.html
166
167
#[stable(feature = "rust1", since = "1.0.0")]
168
pub trait Borrow<Borrowed: ?Sized> {
169
/// Immutably borrows from an owned value.
0 commit comments