8000
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.
1 parent 1aaf0a9 commit 07d3009Copy full SHA for 07d3009
core/src/ptr/mod.rs
@@ -450,7 +450,7 @@ mod mut_ptr;
450
451
/// Executes the destructor (if any) of the pointed-to value.
452
///
453
-/// This is semantically equivalent to calling [`ptr::read`] and discarding
+/// This is almost the same as calling [`ptr::read`] and discarding
454
/// the result, but has the following advantages:
455
456
/// * It is *required* to use `drop_in_place` to drop unsized types like
0 commit comments