Skip to content

Commit a7ba49a

Browse files
authored
Rollup merge of rust-lang#139575 - timesince:master, r=wesleywiser
Remove redundant words Remove redundant words
2 parents c96ea2a + b61acfb commit a7ba49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/clone.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ pub unsafe trait CloneToUninit {
427427
/// read or dropped, because even if it was previously valid, it may have been partially
428428
/// overwritten.
429429
///
430-
/// The caller may wish to to take care to deallocate the allocation pointed to by `dest`,
430+
/// The caller may wish to take care to deallocate the allocation pointed to by `dest`,
431431
/// if applicable, to avoid a memory leak (but this is not a requirement).
432432
///
433433
/// Implementors should avoid leaking values by, upon unwinding, dropping all component values

0 commit comments

Comments
 (0)