Skip to content

Commit 5bfb785

Browse files
committed
Review fix
1 parent 9a3a12e commit 5bfb785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/liballoc/borrow.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ impl<T> ToOwned for T
143143
/// ```
144144
///
145145
/// Another example showing how to keep `Cow` in a struct:
146+
///
146147
/// ```
147148
/// use std::borrow::{Cow, ToOwned};
148149
///

0 commit comments

Comments
 (0)