diff options
| author | Jan Riemer <janriemer@users.noreply.github.com> | 2020-08-16 22:15:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-16 22:15:59 +0200 |
| commit | 9061da2e14afee47f039b74ecadae97b737c6c9b (patch) | |
| tree | 7b4cb2f94d3a0323610ec1d668f1339cdd570685 | |
| parent | dce864454c3748dd4119eac40b0dd35772467fb2 (diff) | |
| download | rust-9061da2e14afee47f039b74ecadae97b737c6c9b.tar.gz rust-9061da2e14afee47f039b74ecadae97b737c6c9b.zip | |
add empty line above code block
Co-authored-by: Poliorcetics <poliorcetics@users.noreply.github.com>
| -rw-r--r-- | library/core/src/marker.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/marker.rs b/library/core/src/marker.rs index a9f8e332d28..85e2e3830a5 100644 --- a/library/core/src/marker.rs +++ b/library/core/src/marker.rs @@ -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; |
