Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apply suggestions from code review
  • Loading branch information
RalfJung committed Mar 6, 2019
1 parent 90bb07e commit cefe9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/mem.rs
Expand Up @@ -1269,7 +1269,7 @@ impl<T> MaybeUninit<T> {
/// let x_vec = unsafe { &mut *x.as_mut_ptr() };
/// // We have created a reference to an uninitialized vector! This is undefined behavior.
/// ```
/// (Notice that the rules around referenced to uninitialized data are not finalized yet, but
/// (Notice that the rules around references to uninitialized data are not finalized yet, but
/// until they are, it is advisable to avoid them.)
#[unstable(feature = "maybe_uninit", issue = "53491")]
#[inline(always)]
Expand Down

0 comments on commit cefe9b0

Please sign in to comment.