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 a876b3d commit 43dec0eCopy full SHA for 43dec0e
library/core/src/marker.rs
@@ -315,7 +315,7 @@ pub trait StructuralEq {
315
/// the trait `Copy` may not be implemented for this type; field `points` does not implement `Copy`
316
/// ```
317
///
318
-/// Shared references (`&T`) are also `Copy`, so a struct can be `Copy`, even when it holds
+/// Shared references (`&T`) are also `Copy`, so a type can be `Copy`, even when it holds
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:
0 commit comments