Skip to content

Commit d39d6e7

Browse files
authored
Unrolled build for #144634
Rollup merge of #144634 - lucaswerkmeister:patch-1, r=lqd Fix typo in `DropGuard` doc Follows-up #144236 (I happened to see the typo yesterday but didn’t think it should delay the PR’s merge so I kept quiet, sorryyyyy).
2 parents 7278554 + de02a32 commit d39d6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/mem/drop_guard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::ops::{Deref, DerefMut};
44

55
/// Wrap a value and run a closure when dropped.
66
///
7-
/// This is useful for quickly creating desructors inline.
7+
/// This is useful for quickly creating destructors inline.
88
///
99
/// # Examples
1010
///

0 commit comments

Comments
 (0)