diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-04-09 20:23:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 20:23:13 +0200 |
| commit | 7aab307541051ea59bde1bb3f0375463c345b9aa (patch) | |
| tree | 8ec37c829982e5669f8ccd2e7eabaeae4c75ad34 /library/core/src | |
| parent | e962e52725b65afcb23b3f305a5090da8d7f3bb8 (diff) | |
| parent | 069fd0258853a0511bfa202a7983abffbae16115 (diff) | |
| download | rust-7aab307541051ea59bde1bb3f0375463c345b9aa.tar.gz rust-7aab307541051ea59bde1bb3f0375463c345b9aa.zip | |
Rollup merge of #139575 - timesince:master, r=wesleywiser
Remove redundant words Remove redundant words
Diffstat (limited to 'library/core/src')
| -rw-r--r-- | library/core/src/clone.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/clone.rs b/library/core/src/clone.rs index e0ac0bfc528..64746309861 100644 --- a/library/core/src/clone.rs +++ b/library/core/src/clone.rs @@ -427,7 +427,7 @@ pub unsafe trait CloneToUninit { /// read or dropped, because even if it was previously valid, it may have been partially /// overwritten. /// - /// The caller may wish to to take care to deallocate the allocation pointed to by `dest`, + /// The caller may wish to take care to deallocate the allocation pointed to by `dest`, /// if applicable, to avoid a memory leak (but this is not a requirement). /// /// Implementors should avoid leaking values by, upon unwinding, dropping all component values |
