Skip to content

Commit 2bf80cf

Browse files
RalfJungCentril
andauthored
Update src/libcore/mem.rs
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent ce76892 commit 2bf80cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/mem.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ impl<T: ?Sized> DerefMut for ManuallyDrop<T> {
966966
///
967967
/// The compiler then knows to not make any incorrect assumptions or optimizations on this code.
968968
///
969-
/// You can think of `MaybeUninit<T>` and being a bit like `Option<T>` but without
969+
/// You can think of `MaybeUninit<T>` as being a bit like `Option<T>` but without
970970
/// any of the run-time tracking and without any of the safety checks.
971971
///
972972
/// ## out-pointers

0 commit comments

Comments
 (0)