Skip to content

Commit 4a254d5

Browse files
authored
Rollup merge of rust-lang#103789 - domfarolino:e0382, r=Dylan-DPC
Update E0382.md Remove extra period after sentence.
2 parents d80bcf8 + b978bba commit 4a254d5

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0382.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ with `#[derive(Clone)]`.
6161

6262
Some types have no ownership semantics at all and are trivial to duplicate. An
6363
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
64+
clone them, because they are marked `Copy` in addition to `Clone`. Implicit
6565
cloning is more convenient in this case. We can mark our own types `Copy` if
6666
all their members also are marked `Copy`.
6767

0 commit comments

Comments
 (0)