We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c96ea2a + b61acfb commit a7ba49aCopy full SHA for a7ba49a
core/src/clone.rs
@@ -427,7 +427,7 @@ pub unsafe trait CloneToUninit {
427
/// read or dropped, because even if it was previously valid, it may have been partially
428
/// overwritten.
429
///
430
- /// 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`,
431
/// if applicable, to avoid a memory leak (but this is not a requirement).
432
433
/// Implementors should avoid leaking values by, upon unwinding, dropping all component values
0 commit comments