mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-25 05:14:27 +00:00
add empty line above code block
Co-authored-by: Poliorcetics <poliorcetics@users.noreply.github.com>
This commit is contained in:
parent
dce864454c
commit
9061da2e14
@ -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…
Reference in New Issue
Block a user