add empty line above code block
Co-authored-by: Poliorcetics <poliorcetics@users.noreply.github.com>
This commit is contained in:
parent
dce864454c
commit
9061da2e14
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue