add empty line above code block

Co-authored-by: Poliorcetics <poliorcetics@users.noreply.github.com>
This commit is contained in:
Jan Riemer 2020-08-16 22:15:59 +02:00 committed by GitHub
parent dce864454c
commit 9061da2e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;