Fix formatting.
This commit is contained in:
parent
d664b8954e
commit
13d94d666e
1 changed files with 0 additions and 2 deletions
|
|
@ -55,7 +55,6 @@
|
|||
/// [`String`]: ../../std/string/struct.String.html
|
||||
/// [`borrow`]: #tymethod.borrow
|
||||
///
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// As a data collection, [`HashMap<K, V>`] owns both keys and values. If
|
||||
|
|
@ -163,7 +162,6 @@
|
|||
/// [`HashMap<K, V>`]: ../../std/collections/struct.HashMap.html
|
||||
/// [`String`]: ../../std/string/struct.String.html
|
||||
/// [`str`]: ../../std/primitive.str.html
|
||||
///
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub trait Borrow<Borrowed: ?Sized> {
|
||||
/// Immutably borrows from an owned value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue