We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d80bcf8 + b978bba commit 4a254d5Copy full SHA for 4a254d5
compiler/rustc_error_codes/src/error_codes/E0382.md
@@ -61,7 +61,7 @@ with `#[derive(Clone)]`.
61
62
Some types have no ownership semantics at all and are trivial to duplicate. An
63
example is `i32` and the other number types. We don't have to call `.clone()` to
64
-clone them, because they are marked `Copy` in addition to `Clone`. Implicit
+clone them, because they are marked `Copy` in addition to `Clone`. Implicit
65
cloning is more convenient in this case. We can mark our own types `Copy` if
66
all their members also are marked `Copy`.
67
0 commit comments