We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce76892 commit 2bf80cfCopy full SHA for 2bf80cf
src/libcore/mem.rs
@@ -966,7 +966,7 @@ impl<T: ?Sized> DerefMut for ManuallyDrop<T> {
966
///
967
/// The compiler then knows to not make any incorrect assumptions or optimizations on this code.
968
969
-/// You can think of `MaybeUninit<T>` and being a bit like `Option<T>` but without
+/// You can think of `MaybeUninit<T>` as being a bit like `Option<T>` but without
970
/// any of the run-time tracking and without any of the safety checks.
971
972
/// ## out-pointers
0 commit comments