Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Mar 18, 2018
1 parent d664b89 commit 13d94d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libcore/borrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 13d94d6

Please sign in to comment.