Skip to content

Commit

Permalink
add empty line above code block
Browse files Browse the repository at this point in the history
Co-authored-by: Poliorcetics <poliorcetics@users.noreply.github.com>
  • Loading branch information
janriemer and poliorcetics committed Aug 16, 2020
1 parent dce8644 commit 9061da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/marker.rs
Expand Up @@ -319,6 +319,7 @@ pub trait StructuralEq {
/// shared references of types `T` that are *not* `Copy`. Consider the following struct,
/// which can implement `Copy`, because it only holds a *shared reference* to our non-`Copy`
/// type `PointList` from above:
///
/// ```
/// # #![allow(dead_code)]
/// # struct PointList;
Expand Down

0 comments on commit 9061da2

Please sign in to comment.