We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DropGuard
1 parent 5529041 commit de02a32Copy full SHA for de02a32
library/core/src/mem/drop_guard.rs
@@ -4,7 +4,7 @@ use crate::ops::{Deref, DerefMut};
4
5
/// Wrap a value and run a closure when dropped.
6
///
7
-/// This is useful for quickly creating desructors inline.
+/// This is useful for quickly creating destructors inline.
8
9
/// # Examples
10
0 commit comments