Skip to content

Commit 13d94d6

Browse files
committed
Fix formatting.
1 parent d664b89 commit 13d94d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libcore/borrow.rs

-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
/// [`String`]: ../../std/string/struct.String.html
5656
/// [`borrow`]: #tymethod.borrow
5757
///
58-
///
5958
/// # Examples
6059
///
6160
/// As a data collection, [`HashMap<K, V>`] owns both keys and values. If
@@ -163,7 +162,6 @@
163162
/// [`HashMap<K, V>`]: ../../std/collections/struct.HashMap.html
164163
/// [`String`]: ../../std/string/struct.String.html
165164
/// [`str`]: ../../std/primitive.str.html
166-
///
167165
#[stable(feature = "rust1", since = "1.0.0")]
168166
pub trait Borrow<Borrowed: ?Sized> {
169167
/// Immutably borrows from an owned value.

0 commit comments

Comments
 (0)