]> git.lizzy.rs Git - rust.git/commitdiff
Fix formatting.
authorMartin Hoffmann <hn@nvnc.de>
Sun, 18 Mar 2018 12:05:00 +0000 (13:05 +0100)
committerMartin Hoffmann <hn@nvnc.de>
Sun, 18 Mar 2018 12:05:00 +0000 (13:05 +0100)
src/libcore/borrow.rs

index 7470512e2b2d71877e80056d9339767d20c54ab9..f45a32d4b94acd8a83f2da8643fb2823f9349c95 100644 (file)
@@ -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
 /// [`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.