Skip to content

Commit 9061da2

Browse files
add empty line above code block
Co-authored-by: Poliorcetics <[email protected]>
1 parent dce8644 commit 9061da2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/marker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ pub trait StructuralEq {
319319
/// shared references of types `T` that are *not* `Copy`. Consider the following struct,
320320
/// which can implement `Copy`, because it only holds a *shared reference* to our non-`Copy`
321321
/// type `PointList` from above:
322+
///
322323
/// ```
323324
/// # #![allow(dead_code)]
324325
/// # struct PointList;

0 commit comments

Comments
 (0)