We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce8644 commit 9061da2Copy full SHA for 9061da2
library/core/src/marker.rs
@@ -319,6 +319,7 @@ pub trait StructuralEq {
319
/// shared references of types `T` that are *not* `Copy`. Consider the following struct,
320
/// which can implement `Copy`, because it only holds a *shared reference* to our non-`Copy`
321
/// type `PointList` from above:
322
+///
323
/// ```
324
/// # #![allow(dead_code)]
325
/// # struct PointList;
0 commit comments